mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-04 07:36:07 +03:00
Add bug-report --clean
This commit is contained in:
parent
6650040158
commit
0c5ecf6445
@ -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
|
Loading…
Reference in New Issue
Block a user