HEX
Server: Apache
System: Linux opal14.opalstack.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User: curbgloabal_opal (1234)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/share/fish/completions/watch.fish
complete -c watch -s b -l beep             -d 'Beep if command has a non-zero exit'
complete -c watch -s c -l color            -d 'Interpret ANSI color sequences'
complete -c watch -s d -l differences      -d 'Highlight changes between updates'
complete -c watch -s d -l differences=permanent  -d 'Highlight changes between updates'
complete -c watch -s e -l errexit          -d 'Exit if command has a non-zero exit'
complete -c watch -s g -l chgexit          -d 'Exit when output from command changes'
complete -c watch -s n -l interval         -d 'Seconds to wait between updates' -x
complete -c watch -s p -l precise          -d 'Attempt run command in precise intervals'
complete -c watch -s t -l no-title         -d 'Turn off header'
complete -c watch -s x -l exec             -d 'Pass command to exec instead of "sh -c"'
complete -c watch -s h -l help             -d 'Display this help and exit'
complete -c watch -s v -l version          -d 'Output version information and exit'
complete -c watch -xa '(__fish_complete_subcommand -- -n --interval)'