mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-19 09:25:28 +00:00
bfe88ad604
- Copy and improve help text, and convert it to AsciiDoc files - Evaluate commands dynamically
16 lines
452 B
Plaintext
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
|