From ee416126638eba5d3dbc00b9a9072c1063dbc59b Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Wed, 3 Feb 2021 13:01:21 -0800 Subject: [PATCH] Add completions for bug-report subcommand --- completions/tide.fish | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/completions/tide.fish b/completions/tide.fish index 9ea00a7..6a90815 100644 --- a/completions/tide.fish +++ b/completions/tide.fish @@ -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" \ No newline at end of file +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" \ No newline at end of file