Add bug-report --clean

This commit is contained in:
Ilan Cosman 2021-02-03 12:57:13 -08:00
parent 6650040158
commit 0c5ecf6445

View File

@ -1,14 +1,17 @@
function _tide_sub_bug-report function _tide_sub_bug-report
argparse 'v/verbose' -- $argv argparse 'c/clean' 'v/verbose' -- $argv
fish --version if set -q _flag_clean
tide --version HOME=(mktemp -d) fish --init-command "curl --silent \
printf '%s\n' $TERM https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish |
source && fisher install ilancosman/tide"
if set -q _flag_verbose else if set -q _flag_verbose
printf '%s\n'
for var in $_tide_var_list for var in $_tide_var_list
printf '%s\n' "$var $$var" printf '%s\n' "$var $$var"
end end
else
fish --version
tide --version
printf '%s\n' $TERM
end end
end end