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

users: use Option instead of Vec for file arg #6761

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

cakebaker
Copy link
Contributor

users allows only a single file argument whereas our code implies there are multiple file arguments possible. This PR renames some variables and uses clap's get_one() function instead of get_many().

@sylvestre sylvestre merged commit 50f9958 into uutils:main Oct 3, 2024
69 of 71 checks passed
@cakebaker cakebaker deleted the users_use_option_instead_of_vec branch October 3, 2024 06:55
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.

2 participants