Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clap value hints #3524

Merged
merged 2 commits into from
May 14, 2022
Merged

Clap value hints #3524

merged 2 commits into from
May 14, 2022

Conversation

tertsdiepraam
Copy link
Member

Closes #3503

I've not been super careful about every single argument, but I think I got most of them right. There might be some that are specified as FilePath even though they should be AnyPath or other small issues like that. I used CommandName for all utils that invoke other commands, because I wasn't really sure what the differences between CommandName, CommandString and CommandWithArguments are. Using CommandName felt like a safe bet.

src/uu/chmod/src/chmod.rs Outdated Show resolved Hide resolved
src/uu/date/src/date.rs Outdated Show resolved Hide resolved
@tertsdiepraam
Copy link
Member Author

@equal-l2 Thanks for your feedback! I've made the changes you requested.

@sylvestre
Copy link
Sponsor Contributor

Looks like an excellent new feature, cool :)

@sylvestre sylvestre merged commit 0a7ff71 into uutils:main May 14, 2022
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.

Completions for paths are broken (on Zsh at least)
3 participants