We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This looks very close to what I was hoping for for clap-rs/clap#4074.
One thing I thing click.File has that this doesn't is the ability to configure writes to be atomic.
The text was updated successfully, but these errors were encountered:
PathBufValueParser
This was a great idea! I have added it in version 0.3.0 to Output. You can make it atomic by specifying it in the clap anotation like you suggested.
/// Write output atomically using temp file and atomic rename #[clap(value_parser = clap::value_parser!(Output).atomic())] config_file: Output,
Sorry, something went wrong.
No branches or pull requests
This looks very close to what I was hoping for for clap-rs/clap#4074.
One thing I thing click.File has that this doesn't is the ability to configure writes to be atomic.
The text was updated successfully, but these errors were encountered: