mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-18 18:12:44 +08:00
Minor fix for completions for status builtin
darcs-hash:20060203003935-ac50b-fd3e5b642cdca5631f36942309b017ebbaa63cb2.gz
This commit is contained in:
parent
807a0b8dbd
commit
847b6daa34
|
@ -6,5 +6,5 @@ complete -c status -l is-login -d (_ "Test if this is a login shell")
|
|||
complete -c status -l is-full-job-control -d (_ "Test if all new jobs are put under job control")
|
||||
complete -c status -l is-interactive-job-control -d (_ "Test if only interactive new jobs are put under job control")
|
||||
complete -c status -l is-no-job-control -d (_ "Test if new jobs are never put under job control")
|
||||
complete -c status -s j -l job-control -a "full interactive none" -d (_ "Set which jobs are out under job control")
|
||||
complete -c status -s j -l job-control -xa "full interactive none" -d (_ "Set which jobs are out under job control")
|
||||
complete -c status -s t -l print-stack-trace -d (_ "Print a list of all function calls leading up to running the current command")
|
||||
|
|
Loading…
Reference in New Issue
Block a user