mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
Add completions for bug-report subcommand
This commit is contained in:
parent
0c5ecf6445
commit
ee41612663
@ -1,4 +1,7 @@
|
||||
complete -c tide -x -n '__fish_use_subcommand' -a --help -d "Print help message"
|
||||
complete -c tide -x -n '__fish_use_subcommand' -a --version -d "Print tide version"
|
||||
complete -c tide -x -n '__fish_use_subcommand' -a bug-report -d "Print info for use in bug reports"
|
||||
complete -c tide -x -n '__fish_use_subcommand' -a configure -d "Run the configuration wizard"
|
||||
complete -c tide -x -n '__fish_use_subcommand' -a configure -d "Run the configuration wizard"
|
||||
|
||||
complete -c tide -x -n '__fish_seen_subcommand_from bug-report' -a --clean -d "Run clean Fish instance and install Tide"
|
||||
complete -c tide -x -n '__fish_seen_subcommand_from bug-report' -a --verbose -d "Print full Tide configuration"
|
Loading…
Reference in New Issue
Block a user