oh-my-fish/pkg/omf/cli/omf_help.fish
2015-08-27 00:20:13 +09:00

21 lines
898 B
Fish

function omf_help
echo \n"\
"(omf::dim)"Usage"(omf::off)"
omf "(omf::em)"action"(omf::off)" [options]
"(omf::dim)"Actions"(omf::off)"
"(omf::em)"l"(omf::off)"ist List local packages.
"(omf::em)"g"(omf::off)"et Install one or more packages.
"(omf::em)"u"(omf::off)"se List / Apply themes.
"(omf::em)"r"(omf::off)"emove Remove a theme or package.
u"(omf::em)"p"(omf::off)"date Update Oh My Fish.
"(omf::em)"n"(omf::off)"ew Create a new package from a template.
"(omf::em)"s"(omf::off)"ubmit Submit a package to the registry.
"(omf::em)"q"(omf::off)"uery Query environment variables.
"(omf::em)"h"(omf::off)"elp Display this help.
"(omf::em)"v"(omf::off)"ersion Display version.
"(omf::em)"destroy"(omf::off)" Uninstall Oh My Fish.
For more information visit → "(omf::em)"git.io/oh-my-fish"(omf::off)\n
end