Skip to content

Add clap cli parser, add threads option and help text - #21

Open
brasky wants to merge 2 commits into
mainfrom
add_help_flag
Open

Add clap cli parser, add threads option and help text#21
brasky wants to merge 2 commits into
mainfrom
add_help_flag

Conversation

@brasky

@brasky brasky commented Jul 11, 2026

Copy link
Copy Markdown
Collaborator

In reference to #20

Not sure about supporting /? which is a windows thing that clap doesn't really work with as far as I can tell. Seems worth supporting since this is a windows tool.

Help text:

> .\target\debug\nmuidi.exe -?
Parallelizes deleting directories which can significantly speed up deleting large deeply nested directories with a large number of files on Windows

Usage: nmuidi [OPTIONS] <DIR>...

Arguments:
  <DIR>...  One or more directories to clean

Options:
  -t, --threads <THREADS>  Number of threads
  -h, --help               Print help
  -V, --version            Print version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant