mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -03:00
Break out commands into its own file
This commit is contained in:
@@ -5,13 +5,6 @@ Introduction
|
||||
|
||||
This is the documentation for ``fish``, the friendly interactive shell. fish is a user friendly commandline shell intended mostly for interactive use. A shell is a program used to execute other programs. For the latest information on fish, please visit the `fish homepage <https://fishsshell.com/>`_.
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
cmds/*
|
||||
|
||||
|
||||
.. _syntax:
|
||||
|
||||
Syntax overview
|
||||
@@ -318,6 +311,14 @@ Help
|
||||
|
||||
Help on a specific builtin can also be obtained with the ``-h`` parameter. For instance, to obtain help on the ``fg`` builtin, either type ``fg -h`` or ``help fg``.
|
||||
|
||||
Commands
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
commands
|
||||
|
||||
|
||||
Autosuggestions
|
||||
===============
|
||||
|
||||
Reference in New Issue
Block a user