-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump clap_complete from 4.5.3 to 4.5.12
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.3 to 4.5.12. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.3...clap_complete-v4.5.12) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
e46f97d
commit eb0cbe7
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
complete -c notmuch-mailmover -s c -l config -d 'Use the provided config file instead of the default' -r -F | ||
complete -c notmuch-mailmover -s l -l log-level -d 'Configure the log level' -r -f -a "{trace '',debug '',info '',warn '',error ''}" | ||
complete -c notmuch-mailmover -s l -l log-level -d 'Configure the log level' -r -f -a "{trace\t'',debug\t'',info\t'',warn\t'',error\t''}" | ||
complete -c notmuch-mailmover -s d -l dry-run -d 'Enable dry-run mode, i.e. no files are being moved' | ||
complete -c notmuch-mailmover -s h -l help -d 'Print help' | ||
complete -c notmuch-mailmover -s V -l version -d 'Print version' |