update completions for builtin commands

This commit is contained in:
David Adam
2014-09-17 10:17:48 +08:00
parent 133ba6e01b
commit eb40baacfc
14 changed files with 21 additions and 4 deletions

View File

@@ -9,3 +9,6 @@ complete -c status -l is-interactive-job-control --description "Test if only int
complete -c status -l is-no-job-control --description "Test if new jobs are never put under job control"
complete -c status -s j -l job-control -xa "full interactive none" --description "Set which jobs are out under job control"
complete -c status -s t -l print-stack-trace --description "Print a list of all function calls leading up to running the current command"
complete -c status -s f -l current-filename --description "Print the filename of the currently running script"
complete -c status -s n -l current-line-number --description "Print the line number of the currently running script"
complete -c status -s t -l print-stack-trace --description "Prints a trace of all function calls on the stack"