Top Level Namespace
- Includes:
- GLI::App
Defined Under Namespace
Modules: Slideshow Classes: Env, FileFinder, PluginLoader, SysInfo
Constant Summary collapse
- BUILTIN_OPT_HELPERS =
load built-in (optional) helpers/plugins/engines
If a helper fails to load, simply ingnore it If you want to use it install missing required gems e.g.: gem install coderay gem install ultraviolet etc. [ 'slideshow/helpers/syntax/uv_helper.rb', 'slideshow/helpers/syntax/coderay_helper.rb', 'slideshow/markup/rest.rb', ]
Instance Method Summary collapse
-
#FILE ⇒ Object
todo/fix: check multiple will not print typeo???.
-
#verbose ⇒ Object
todo: use -w for short form? check ruby interpreter if in use too?.
Instance Method Details
#FILE ⇒ Object
todo/fix: check multiple will not print typeo???
72 |
# File 'lib/slideshow/cli/main.rb', line 72 arg_name 'FILE', multiple: true |
#verbose ⇒ Object
todo: use -w for short form? check ruby interpreter if in use too?
59 |
# File 'lib/slideshow/cli/main.rb', line 59 switch [:verbose], negatable: false |