Commit Graph

6 Commits (639390b203ee3ca0a0b836c3365b5badcb6a03e4)

Author SHA1 Message Date
Derek Stavis a76485be4f omf.help: update install command usage 9 years ago
Gabriel Marquez 3acfae98b1 implements help for commands 9 years ago
Sheldon Els 00701642e8 info command
to easily see from commandline what each package does via their descriptions
on github
9 years ago
Bruno Pinto 130fc2119d Forgot to add `omf cd` on help. 9 years ago
Bruno Pinto 62a45e9ec2 Convert version and help into options
Instead of clobbering the actions with both version and help, use
options instead. They are also going to be used for subcommands (e.g.
omf list --help) once they support options.
9 years ago
Bruno Pinto 20ed43983b Naming functions with `omf.` namespace.
Having a clear namespace `omf.` improves the readability of the code as
we clarify what is the function name and what is the namespace.
9 years ago