mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-08 16:21:16 -03:00
More synopsis work.
A great leap forward
This commit is contained in:
@@ -6,28 +6,26 @@ status - query fish runtime information
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
status
|
||||
status is-login
|
||||
status is-interactive
|
||||
status is-block
|
||||
status is-breakpoint
|
||||
status is-command-substitution
|
||||
status is-no-job-control
|
||||
status is-full-job-control
|
||||
status is-interactive-job-control
|
||||
status current-command
|
||||
status filename
|
||||
status basename
|
||||
status dirname
|
||||
status fish-path
|
||||
status function
|
||||
status line-number
|
||||
status stack-trace
|
||||
status job-control CONTROL_TYPE
|
||||
status features
|
||||
status test-feature FEATURE
|
||||
**status**
|
||||
**status** is-login
|
||||
**status** is-interactive
|
||||
**status** is-block
|
||||
**status** is-breakpoint
|
||||
**status** is-command-substitution
|
||||
**status** is-no-job-control
|
||||
**status** is-full-job-control
|
||||
**status** is-interactive-job-control
|
||||
**status** current-command
|
||||
**status** filename
|
||||
**status** basename
|
||||
**status** dirname
|
||||
**status** fish-path
|
||||
**status** function
|
||||
**status** line-number
|
||||
**status** stack-trace
|
||||
**status** job-control *CONTROL_TYPE*
|
||||
**status** features
|
||||
**status** test-feature *FEATURE*
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user