Skip to content
Dmitry Sidorenko edited this page Jun 2, 2011 · 3 revisions

Glossary of terms

There are 3 core concepts in CommandMe library:

  • Module - an object which performs actual job
  • Option - a value which is passed to a module from command line
  • Action - a method of the module that wil be called

In other words

  • Module - who will do
  • Action - what to do
  • Option - how exactly to do
Clone this wiki locally