Closed VysNouse closed 1 year ago
Sorry for the delayed response. This looks great! Many thanks for switching over to the derive api too. I had that on my roadmap :)
The -d
flag is something I added back when moving to clap 3
https://github.com/darakian/ddh/commit/5e14d491ea523e6e9f9462ffd436cea052bf560c
and I think I prefer it to the implicit argument though.
Always polishing the cli :) Now I've used the new shinny clap derive api.
Some minor changes: 1) directories is now a mandatory positional argument (no -d flag):
2) ignore_dirs are a comma separated list (or you can repeat the -i flags):