-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rust: add quiet option and shell completion generation (#545)
* rust: add quiet flag to suppress extra output and error messages * rust: add shell completion * update integration test for new exists error exit * sort crates * tweak init message to match update in case no action is needed * implement powershell completion install * add readme instructions for shell complete * tweak error messages for vault init * remove debug print formatting for path since using display * cargo update * exit with code 5 if key does not exist * tweak long help for exists * fix newline in long help
- Loading branch information
Showing
6 changed files
with
370 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.