koraktor / rubikon

A simple to use, yet powerful Ruby framework for building console-based applications.
http://koraktor.github.com/rubikon
BSD 3-Clause "New" or "Revised" License
93 stars 2 forks source link

Allow global options #1

Closed koraktor closed 14 years ago

koraktor commented 14 years ago

Just like global flags (see the new-dsl branch), global options should be available throughout the application. A simple example would be something like a --user flag, that can be used in the whole application to change the current user (e.g. instead of ENV['USER']).

koraktor commented 14 years ago

Added support for global options

Closed by 8b2c0d8a3b4d4d1ee7bc60c42e22ddc99dfdaa10