mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-18 00:31:15 -03:00
Fix command section separator line lengths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
command - run a program
|
||||
==========================================
|
||||
=======================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
@@ -8,7 +8,7 @@ command [OPTIONS] COMMANDNAME [ARGS...]
|
||||
|
||||
|
||||
Description
|
||||
------------
|
||||
-----------
|
||||
|
||||
``command`` forces the shell to execute the program ``COMMANDNAME`` and ignore any functions or builtins with the same name.
|
||||
|
||||
@@ -25,7 +25,7 @@ With the ``-s`` option, ``command`` treats every argument as a separate command
|
||||
For basic compatibility with POSIX ``command``, the ``-v`` flag is recognized as an alias for ``-s``.
|
||||
|
||||
Examples
|
||||
------------
|
||||
--------
|
||||
|
||||
``command ls`` causes fish to execute the ``ls`` program, even if an ``ls`` function exists.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user