mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #493] [MERGED] chore(cli): Migrate the definition of CLI to the Derive API #511
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/493
Author: @sorairolake
Created: 5/15/2025
Status: ✅ Merged
Merged: 5/17/2025
Merged by: @bootandy
Base:
master← Head:migrate-to-derive-api📝 Commits (1)
9979364chore(cli): Migrate to Derive API📊 Changes
12 files changed (+514 additions, -538 deletions)
View changed files
📝
Cargo.lock(+19 -0)📝
Cargo.toml(+2 -2)📝
build.rs(+2 -1)📝
completions/_dust(+48 -26)📝
completions/_dust.ps1(+13 -13)📝
completions/dust.elv(+13 -13)📝
completions/dust.fish(+19 -19)📝
man-page/dust.1(+47 -17)📝
src/cli.rs(+253 -321)📝
src/config.rs(+62 -101)📝
src/main.rs(+26 -25)📝
src/node.rs(+10 -0)📄 Description
Change the definition of CLI from the Builder API to the Derive API.
Also add the help message for the positional argument and the possible values.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.