mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
doc: Link path in commands
This commit is contained in:
parent
81cdd51597
commit
a9708367db
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ Builtins to do a task, like
|
|||
- :doc:`set <cmds/set>` to set, query or erase variables.
|
||||
- :doc:`read <cmds/read>` to read input.
|
||||
- :doc:`string <cmds/string>` for string manipulation.
|
||||
- :doc:`path <cmds/path>` for filtering paths and handling their components.
|
||||
- :doc:`math <cmds/math>` does arithmetic.
|
||||
- :doc:`argparse <cmds/argparse>` to make arguments easier to handle.
|
||||
- :doc:`count <cmds/count>` to count arguments.
|
||||
|
|
Loading…
Reference in a new issue