oh-my-fish/docs/cli/help.adoc
Stephen M. Coakley bfe88ad604
Refactor command execution and help
- Copy and improve help text, and convert it to AsciiDoc files
- Evaluate commands dynamically
2017-06-17 16:19:58 -05:00

16 lines
452 B
Plaintext

Show help text about Oh My Fish.
== USAGE
omf help [<command>]
omf <command> --help
== DESCRIPTION
If no arguments are given, the usage guide for the *omf* command will be printed to standard output.
If <command> is specified, the usage guide for <command> will be displayed. If <command> is an alias it will be translated into the corresponding command.
== EXAMPLES
To display the text you are currently reading, you can run:
omf help help