mc
mc [OPTIONS] <COMMAND>
The mc binary is a collection of subcommands; run one of the commands
documented in this chapter. Every command operates on the instance in the
current working directory — the directory containing mc.toml.
Global options
These options are accepted by every command.
-v,--verbose— more detailed output. Repeat for more:-vprints informational messages,-vvdebug,-vvvtrace. The instance's console log level follows this setting.-q,--quiet— do not print mc log messages.--color <WHEN>— control colored output:auto(the default),always, ornever.-h,--help— print help.-V,--version— print the mc version.
Exit status
mc exits with 0 on success and a non-zero code on failure.
mc run propagates the instance's own exit code when the
instance ends abnormally.