Heray-Was-Here
Server : Apache
System : Linux vps43555.mylogin.co 3.10.0-1160.53.1.vz7.185.3 #1 SMP Tue Jan 25 12:49:12 MSK 2022 x86_64
User : redsea ( 60651)
PHP Version : 7.4.32
Disable Function : NONE
Directory :  /usr/share/fish/completions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/fish/completions/time.fish
complete -c time -a "(__fish_complete_subcommand -- -o --output -f --format)" --description "Command"

complete -c time -s f -l format -n "__fish_no_arguments" --description "Specify output format" -x
complete -c time -s p -l portable -n "__fish_no_arguments" --description "Use the portable output format"
complete -c time -s o -l output -n "__fish_no_arguments" --description "Do not send the results to stderr, but overwrite the specified file" -r
complete -c time -s a -l append -n "__fish_no_arguments" --description "(Used together with -o) Do not overwrite but append"
complete -c time -s v -l verbose -n "__fish_no_arguments" --description "Verbose mode"
complete -c time -l help -n "__fish_no_arguments" --description "Display help and exit"
complete -c time -s V -l version -n "__fish_no_arguments" --description "Display version and exit"

# Since time runs subcommands, it can accept any switches
complete -c time -u

Hry