\section command command - run a program
\subsection command-synopsis Synopsis
command COMMANDNAME [OPTIONS...]
\subsection command-description Description
\c command forces the shell to execute the program \c COMMANDNAME and ignore any functions or builtins with the same name.
\subsection command-example Example
command ls causes fish to execute the \c ls program, even if an 'ls' function exists.