Module: Clitopic
- Defined in:
- lib/clitopic.rb,
lib/clitopic/cli.rb,
lib/clitopic/utils.rb,
lib/clitopic/topics.rb,
lib/clitopic/helpers.rb,
lib/clitopic/version.rb,
lib/clitopic/commands.rb,
lib/clitopic/topic/base.rb,
lib/clitopic/command/base.rb,
lib/clitopic/command/help.rb,
lib/clitopic/parser/dummy.rb,
lib/clitopic/command/clito.rb,
lib/clitopic/command/version.rb,
lib/clitopic/parser/option_parser.rb
Defined Under Namespace
Modules: Cli, Command, Commands, Helpers, Parser, Topic, Utils Classes: TopicAlreadyExists, Topics
Constant Summary collapse
- VERSION =
'0.9.13'
Class Attribute Summary collapse
-
.commands_dir ⇒ Object
Returns the value of attribute commands_dir.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.default_files ⇒ Object
Returns the value of attribute default_files.
-
.help_page ⇒ Object
Returns the value of attribute help_page.
-
.issue_report ⇒ Object
Returns the value of attribute issue_report.
-
.load_defaults ⇒ Object
Returns the value of attribute load_defaults.
-
.name ⇒ Object
Returns the value of attribute name.
-
.version ⇒ Object
Returns the value of attribute version.
Class Method Summary collapse
Class Attribute Details
.commands_dir ⇒ Object
Returns the value of attribute commands_dir.
6 7 8 |
# File 'lib/clitopic.rb', line 6 def commands_dir @commands_dir end |
.debug ⇒ Object
Returns the value of attribute debug.
6 7 8 |
# File 'lib/clitopic.rb', line 6 def debug @debug end |
.default_files ⇒ Object
Returns the value of attribute default_files.
6 7 8 |
# File 'lib/clitopic.rb', line 6 def default_files @default_files end |
.help_page ⇒ Object
Returns the value of attribute help_page.
6 7 8 |
# File 'lib/clitopic.rb', line 6 def help_page @help_page end |
.issue_report ⇒ Object
Returns the value of attribute issue_report.
6 7 8 |
# File 'lib/clitopic.rb', line 6 def issue_report @issue_report end |
.load_defaults ⇒ Object
Returns the value of attribute load_defaults.
6 7 8 |
# File 'lib/clitopic.rb', line 6 def load_defaults @load_defaults end |
.name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/clitopic.rb', line 6 def name @name end |
.version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'lib/clitopic.rb', line 6 def version @version end |
Class Method Details
.load_defaults? ⇒ Boolean
11 12 13 |
# File 'lib/clitopic.rb', line 11 def load_defaults? @load_defaults end |