aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/status.txt
diff options
context:
space:
mode:
authorGravatar James Vega <jamessan@jamessan.com>2007-08-02 05:44:50 +1000
committerGravatar James Vega <jamessan@jamessan.com>2007-08-02 05:44:50 +1000
commit8ed521c817d2c58962463fb0ea8bd6625240f0c4 (patch)
tree91e097826f94a30bc36905e88c8b1df3a4e0171a /doc_src/status.txt
parent88199d6b51057b4ce043a87b841a7e3297965e47 (diff)
Update status builtin to properly handle and document all of its options.
darcs-hash:20070801194450-35ec8-e2fe5b798e728d1caef474295a92230c35c79c17.gz
Diffstat (limited to 'doc_src/status.txt')
-rw-r--r--doc_src/status.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc_src/status.txt b/doc_src/status.txt
index 65896f2b..de05b512 100644
--- a/doc_src/status.txt
+++ b/doc_src/status.txt
@@ -8,3 +8,11 @@
- <tt>-b</tt> or <tt>--is-block</tt> returns 0 if fish is currently executing a block of code
- <tt>-i</tt> or <tt>--is-interactive</tt> returns 0 if fish is interactive, i.e.connected to a keyboard
- <tt>-l</tt> or <tt>--is-login</tt> returns 0 if fish is a login shell, i.e. if fish should perform login tasks such as setting up the PATH.
+- <tt>--is-full-job-control</tt> returns 0 if full job control is enabled
+- <tt>--is-interactive-job-control</tt> returns 0 if interactive job control is enabled
+- <tt>--is-no-job-control</tt> returns 0 if no job control is enabled
+- <tt>-f</tt> or <tt>--current-filename</tt> prints the filename of the currently running script
+- <tt>-n</tt> or <tt>--current-line-number</tt> prints the line number of the currently running script
+- <tt>-j CONTROLTYPE</tt> or <tt>--job-control=CONTROLTYPE</tt> set the job control type. Can be one of: none, full, interactive
+- <tt>-t</tt> or <tt>--print-stack-trace</tt>
+- <tt>-h</tt> or <tt>--help</tt> display a help message and exit