fish-shell/share/completions/status.fish
axel c2f6c6c1d2 Do gettext translation of descriptions just-in-time internally in fish
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
2006-03-02 02:53:47 +10:00

10 lines
919 B
Fish

complete -c status -l is-command-substitution -d (N_ "Test if a command substitution is currently evaluated")
complete -c status -l is-block -d (N_ "Test if a code block is currently evaluated")
complete -c status -l is-interactive -d (N_ "Test if this is an interactive shell")
complete -c status -l is-login -d (N_ "Test if this is a login shell")
complete -c status -l is-full-job-control -d (N_ "Test if all new jobs are put under job control")
complete -c status -l is-interactive-job-control -d (N_ "Test if only interactive new jobs are put under job control")
complete -c status -l is-no-job-control -d (N_ "Test if new jobs are never put under job control")
complete -c status -s j -l job-control -xa "full interactive none" -d (N_ "Set which jobs are out under job control")
complete -c status -s t -l print-stack-trace -d (N_ "Print a list of all function calls leading up to running the current command")