bovem 3.0.5 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +4 -3
- data/.rubocop.yml +82 -0
- data/.travis-gemfile +4 -5
- data/.travis.yml +8 -6
- data/CHANGELOG.md +12 -0
- data/Gemfile +9 -8
- data/README.md +1 -1
- data/Rakefile +22 -6
- data/bovem.gemspec +5 -5
- data/doc/Bovem.html +10 -10
- data/doc/Bovem/Application.html +670 -318
- data/doc/Bovem/Command.html +1447 -1125
- data/doc/Bovem/CommandMethods.html +4 -4
- data/doc/Bovem/CommandMethods/Children.html +173 -179
- data/doc/Bovem/CommandMethods/Help.html +9 -9
- data/doc/Bovem/Configuration.html +239 -24
- data/doc/Bovem/Console.html +267 -128
- data/doc/Bovem/ConsoleMethods.html +4 -4
- data/doc/Bovem/ConsoleMethods/Interactions.html +57 -70
- data/doc/Bovem/ConsoleMethods/Interactions/ClassMethods.html +9 -9
- data/doc/Bovem/ConsoleMethods/Logging.html +258 -298
- data/doc/Bovem/ConsoleMethods/Logging/ClassMethods.html +8 -8
- data/doc/Bovem/ConsoleMethods/Output.html +96 -118
- data/doc/Bovem/ConsoleMethods/StyleHandling.html +8 -8
- data/doc/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html +26 -39
- data/doc/Bovem/Errors.html +4 -4
- data/doc/Bovem/Errors/Error.html +4 -4
- data/doc/Bovem/Errors/InvalidConfiguration.html +4 -4
- data/doc/Bovem/Errors/InvalidLogger.html +4 -4
- data/doc/Bovem/I18n.html +175 -0
- data/doc/Bovem/Logger.html +95 -83
- data/doc/Bovem/Option.html +669 -862
- data/doc/Bovem/Parser.html +10 -10
- data/doc/Bovem/ParserMethods.html +4 -4
- data/doc/Bovem/ParserMethods/General.html +4 -4
- data/doc/Bovem/ParserMethods/General/ClassMethods.html +26 -38
- data/doc/Bovem/Shell.html +169 -48
- data/doc/Bovem/ShellMethods.html +4 -4
- data/doc/Bovem/ShellMethods/Directories.html +46 -62
- data/doc/Bovem/ShellMethods/Execute.html +51 -99
- data/doc/Bovem/ShellMethods/General.html +4 -445
- data/doc/Bovem/ShellMethods/Read.html +56 -61
- data/doc/Bovem/ShellMethods/Write.html +22 -242
- data/doc/Bovem/Version.html +6 -6
- data/doc/_index.html +18 -18
- data/doc/class_list.html +6 -2
- data/doc/css/style.css +1 -0
- data/doc/file.README.html +5 -5
- data/doc/file_list.html +5 -1
- data/doc/frames.html +1 -1
- data/doc/index.html +5 -5
- data/doc/js/full_list.js +4 -1
- data/doc/method_list.html +161 -157
- data/doc/top-level-namespace.html +4 -4
- data/lib/bovem.rb +3 -4
- data/lib/bovem/application.rb +47 -39
- data/lib/bovem/command.rb +175 -193
- data/lib/bovem/configuration.rb +28 -29
- data/lib/bovem/console.rb +244 -171
- data/lib/bovem/errors.rb +1 -1
- data/lib/bovem/i18n.rb +18 -0
- data/lib/bovem/logger.rb +26 -26
- data/lib/bovem/option.rb +49 -58
- data/lib/bovem/parser.rb +174 -222
- data/lib/bovem/shell.rb +272 -320
- data/lib/bovem/version.rb +2 -2
- data/locales/en.yml +39 -38
- data/locales/it.yml +39 -38
- data/spec/bovem/application_spec.rb +6 -5
- data/spec/bovem/command_spec.rb +23 -23
- data/spec/bovem/console_spec.rb +101 -102
- data/spec/bovem/i18n_spec.rb +21 -0
- data/spec/bovem/logger_spec.rb +4 -4
- data/spec/bovem/option_spec.rb +43 -43
- data/spec/bovem/parser_spec.rb +13 -13
- data/spec/bovem/shell_spec.rb +106 -115
- data/spec/spec_helper.rb +19 -6
- metadata +14 -13
- data/doc/Bovem/Localizer.html +0 -376
- data/lib/bovem/localizer.rb +0 -27
- data/spec/coverage_helper.rb +0 -20
data/doc/Bovem/Version.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Bovem::Version
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!"
|
20
|
+
framesUrl = "../frames.html#!Bovem/Version.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -119,7 +119,7 @@
|
|
119
119
|
|
120
120
|
</div>
|
121
121
|
</dt>
|
122
|
-
<dd><pre class="code"><span class='int'>
|
122
|
+
<dd><pre class="code"><span class='int'>4</span></pre></dd>
|
123
123
|
|
124
124
|
<dt id="MINOR-constant" class="">MINOR =
|
125
125
|
<div class="docstring">
|
@@ -149,7 +149,7 @@
|
|
149
149
|
|
150
150
|
</div>
|
151
151
|
</dt>
|
152
|
-
<dd><pre class="code"><span class='int'>
|
152
|
+
<dd><pre class="code"><span class='int'>0</span></pre></dd>
|
153
153
|
|
154
154
|
<dt id="STRING-constant" class="">STRING =
|
155
155
|
<div class="docstring">
|
@@ -180,9 +180,9 @@
|
|
180
180
|
</div>
|
181
181
|
|
182
182
|
<div id="footer">
|
183
|
-
Generated on
|
183
|
+
Generated on Tue Mar 29 20:43:16 2016 by
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
185
|
-
0.8.7.
|
185
|
+
0.8.7.6 (ruby-2.3.0).
|
186
186
|
</div>
|
187
187
|
|
188
188
|
</body>
|
data/doc/_index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
|
-
Documentation by YARD 0.8.7.
|
7
|
+
Documentation by YARD 0.8.7.6
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript" charset="utf-8">
|
16
16
|
hasFrames = window.top.frames.main ? true : false;
|
17
17
|
relpath = '';
|
18
|
-
framesUrl = "frames.html#!"
|
18
|
+
framesUrl = "frames.html#!_index.html";
|
19
19
|
</script>
|
20
20
|
|
21
21
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
<iframe id="search_frame"></iframe>
|
58
58
|
|
59
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.
|
59
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.6</h1>
|
60
60
|
<div id="listing">
|
61
61
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
62
|
|
@@ -120,16 +120,16 @@
|
|
120
120
|
</li>
|
121
121
|
|
122
122
|
<li>
|
123
|
-
<span class='object_link'><a href="Bovem/
|
123
|
+
<span class='object_link'><a href="Bovem/ConsoleMethods/Interactions/ClassMethods.html" title="Bovem::ConsoleMethods::Interactions::ClassMethods (module)">ClassMethods</a></span>
|
124
124
|
|
125
|
-
<small>(Bovem::
|
125
|
+
<small>(Bovem::ConsoleMethods::Interactions)</small>
|
126
126
|
|
127
127
|
</li>
|
128
128
|
|
129
129
|
<li>
|
130
|
-
<span class='object_link'><a href="Bovem/
|
130
|
+
<span class='object_link'><a href="Bovem/ParserMethods/General/ClassMethods.html" title="Bovem::ParserMethods::General::ClassMethods (module)">ClassMethods</a></span>
|
131
131
|
|
132
|
-
<small>(Bovem::
|
132
|
+
<small>(Bovem::ParserMethods::General)</small>
|
133
133
|
|
134
134
|
</li>
|
135
135
|
|
@@ -141,9 +141,9 @@
|
|
141
141
|
</li>
|
142
142
|
|
143
143
|
<li>
|
144
|
-
<span class='object_link'><a href="Bovem/ConsoleMethods/
|
144
|
+
<span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods (module)">ClassMethods</a></span>
|
145
145
|
|
146
|
-
<small>(Bovem::ConsoleMethods::
|
146
|
+
<small>(Bovem::ConsoleMethods::StyleHandling)</small>
|
147
147
|
|
148
148
|
</li>
|
149
149
|
|
@@ -274,6 +274,13 @@
|
|
274
274
|
<li class="letter">I</li>
|
275
275
|
<ul>
|
276
276
|
|
277
|
+
<li>
|
278
|
+
<span class='object_link'><a href="Bovem/I18n.html" title="Bovem::I18n (class)">I18n</a></span>
|
279
|
+
|
280
|
+
<small>(Bovem)</small>
|
281
|
+
|
282
|
+
</li>
|
283
|
+
|
277
284
|
<li>
|
278
285
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html" title="Bovem::ConsoleMethods::Interactions (module)">Interactions</a></span>
|
279
286
|
|
@@ -303,13 +310,6 @@
|
|
303
310
|
<li class="letter">L</li>
|
304
311
|
<ul>
|
305
312
|
|
306
|
-
<li>
|
307
|
-
<span class='object_link'><a href="Bovem/Localizer.html" title="Bovem::Localizer (class)">Localizer</a></span>
|
308
|
-
|
309
|
-
<small>(Bovem)</small>
|
310
|
-
|
311
|
-
</li>
|
312
|
-
|
313
313
|
<li>
|
314
314
|
<span class='object_link'><a href="Bovem/Logger.html" title="Bovem::Logger (class)">Logger</a></span>
|
315
315
|
|
@@ -454,9 +454,9 @@
|
|
454
454
|
</div>
|
455
455
|
|
456
456
|
<div id="footer">
|
457
|
-
Generated on
|
457
|
+
Generated on Tue Mar 29 20:43:16 2016 by
|
458
458
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
459
|
-
0.8.7.
|
459
|
+
0.8.7.6 (ruby-2.3.0).
|
460
460
|
</div>
|
461
461
|
|
462
462
|
</body>
|
data/doc/class_list.html
CHANGED
@@ -20,7 +20,11 @@
|
|
20
20
|
</head>
|
21
21
|
<body>
|
22
22
|
<script type="text/javascript" charset="utf-8">
|
23
|
-
|
23
|
+
var hasFrames = false;
|
24
|
+
try {
|
25
|
+
hasFrames = window.top.frames.main ? true : false;
|
26
|
+
} catch (e) { }
|
27
|
+
if (hasFrames) {
|
24
28
|
document.getElementById('base_target').target = 'main';
|
25
29
|
document.body.className = 'frames';
|
26
30
|
}
|
@@ -46,7 +50,7 @@
|
|
46
50
|
|
47
51
|
<ul id="full_list" class="class">
|
48
52
|
<li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
|
49
|
-
<li><a class='toggle'></a> <span class='object_link'><a href="Bovem.html" title="Bovem (module)">Bovem</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Bovem/Application.html" title="Bovem::Application (class)">Application</a></span> < Command<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Command.html" title="Bovem::Command (class)">Command</a></span> < Object<small class='search_info'>Bovem</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/CommandMethods.html" title="Bovem::CommandMethods (module)">CommandMethods</a></span><small class='search_info'>Bovem</small></li><ul><li><span class='object_link'><a href="Bovem/CommandMethods/Children.html" title="Bovem::CommandMethods::Children (module)">Children</a></span><small class='search_info'>Bovem::CommandMethods</small></li><li><span class='object_link'><a href="Bovem/CommandMethods/Help.html" title="Bovem::CommandMethods::Help (module)">Help</a></span><small class='search_info'>Bovem::CommandMethods</small></li></ul><li><span class='object_link'><a href="Bovem/Configuration.html" title="Bovem::Configuration (class)">Configuration</a></span> < Configuration<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Console.html" title="Bovem::Console (class)">Console</a></span> < Object<small class='search_info'>Bovem</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods.html" title="Bovem::ConsoleMethods (module)">ConsoleMethods</a></span><small class='search_info'>Bovem</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html" title="Bovem::ConsoleMethods::Interactions (module)">Interactions</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/Interactions/ClassMethods.html" title="Bovem::ConsoleMethods::Interactions::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ConsoleMethods::Interactions</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html" title="Bovem::ConsoleMethods::Logging (module)">Logging</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/Logging/ClassMethods.html" title="Bovem::ConsoleMethods::Logging::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ConsoleMethods::Logging</small></li></ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/Output.html" title="Bovem::ConsoleMethods::Output (module)">Output</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling.html" title="Bovem::ConsoleMethods::StyleHandling (module)">StyleHandling</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ConsoleMethods::StyleHandling</small></li></ul></ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/Errors.html" title="Bovem::Errors (module)">Errors</a></span><small class='search_info'>Bovem</small></li><ul><li><span class='object_link'><a href="Bovem/Errors/Error.html" title="Bovem::Errors::Error (class)">Error</a></span> < ArgumentError<small class='search_info'>Bovem::Errors</small></li><li><span class='object_link'><a href="Bovem/Errors/InvalidConfiguration.html" title="Bovem::Errors::InvalidConfiguration (class)">InvalidConfiguration</a></span> < ArgumentError<small class='search_info'>Bovem::Errors</small></li><li><span class='object_link'><a href="Bovem/Errors/InvalidLogger.html" title="Bovem::Errors::InvalidLogger (class)">InvalidLogger</a></span> < ArgumentError<small class='search_info'>Bovem::Errors</small></li></ul><li><span class='object_link'><a href="Bovem/
|
53
|
+
<li><a class='toggle'></a> <span class='object_link'><a href="Bovem.html" title="Bovem (module)">Bovem</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Bovem/Application.html" title="Bovem::Application (class)">Application</a></span> < Command<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Command.html" title="Bovem::Command (class)">Command</a></span> < Object<small class='search_info'>Bovem</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/CommandMethods.html" title="Bovem::CommandMethods (module)">CommandMethods</a></span><small class='search_info'>Bovem</small></li><ul><li><span class='object_link'><a href="Bovem/CommandMethods/Children.html" title="Bovem::CommandMethods::Children (module)">Children</a></span><small class='search_info'>Bovem::CommandMethods</small></li><li><span class='object_link'><a href="Bovem/CommandMethods/Help.html" title="Bovem::CommandMethods::Help (module)">Help</a></span><small class='search_info'>Bovem::CommandMethods</small></li></ul><li><span class='object_link'><a href="Bovem/Configuration.html" title="Bovem::Configuration (class)">Configuration</a></span> < Configuration<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Console.html" title="Bovem::Console (class)">Console</a></span> < Object<small class='search_info'>Bovem</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods.html" title="Bovem::ConsoleMethods (module)">ConsoleMethods</a></span><small class='search_info'>Bovem</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html" title="Bovem::ConsoleMethods::Interactions (module)">Interactions</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/Interactions/ClassMethods.html" title="Bovem::ConsoleMethods::Interactions::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ConsoleMethods::Interactions</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html" title="Bovem::ConsoleMethods::Logging (module)">Logging</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/Logging/ClassMethods.html" title="Bovem::ConsoleMethods::Logging::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ConsoleMethods::Logging</small></li></ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/Output.html" title="Bovem::ConsoleMethods::Output (module)">Output</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling.html" title="Bovem::ConsoleMethods::StyleHandling (module)">StyleHandling</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ConsoleMethods::StyleHandling</small></li></ul></ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/Errors.html" title="Bovem::Errors (module)">Errors</a></span><small class='search_info'>Bovem</small></li><ul><li><span class='object_link'><a href="Bovem/Errors/Error.html" title="Bovem::Errors::Error (class)">Error</a></span> < ArgumentError<small class='search_info'>Bovem::Errors</small></li><li><span class='object_link'><a href="Bovem/Errors/InvalidConfiguration.html" title="Bovem::Errors::InvalidConfiguration (class)">InvalidConfiguration</a></span> < ArgumentError<small class='search_info'>Bovem::Errors</small></li><li><span class='object_link'><a href="Bovem/Errors/InvalidLogger.html" title="Bovem::Errors::InvalidLogger (class)">InvalidLogger</a></span> < ArgumentError<small class='search_info'>Bovem::Errors</small></li></ul><li><span class='object_link'><a href="Bovem/I18n.html" title="Bovem::I18n (class)">I18n</a></span> < I18n<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Logger.html" title="Bovem::Logger (class)">Logger</a></span> < Logger<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Option.html" title="Bovem::Option (class)">Option</a></span> < Object<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Parser.html" title="Bovem::Parser (class)">Parser</a></span> < Object<small class='search_info'>Bovem</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ParserMethods.html" title="Bovem::ParserMethods (module)">ParserMethods</a></span><small class='search_info'>Bovem</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ParserMethods/General.html" title="Bovem::ParserMethods::General (module)">General</a></span><small class='search_info'>Bovem::ParserMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ParserMethods/General/ClassMethods.html" title="Bovem::ParserMethods::General::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ParserMethods::General</small></li></ul></ul><li><span class='object_link'><a href="Bovem/Shell.html" title="Bovem::Shell (class)">Shell</a></span> < Object<small class='search_info'>Bovem</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ShellMethods.html" title="Bovem::ShellMethods (module)">ShellMethods</a></span><small class='search_info'>Bovem</small></li><ul><li><span class='object_link'><a href="Bovem/ShellMethods/Directories.html" title="Bovem::ShellMethods::Directories (module)">Directories</a></span><small class='search_info'>Bovem::ShellMethods</small></li><li><span class='object_link'><a href="Bovem/ShellMethods/Execute.html" title="Bovem::ShellMethods::Execute (module)">Execute</a></span><small class='search_info'>Bovem::ShellMethods</small></li><li><span class='object_link'><a href="Bovem/ShellMethods/General.html" title="Bovem::ShellMethods::General (module)">General</a></span><small class='search_info'>Bovem::ShellMethods</small></li><li><span class='object_link'><a href="Bovem/ShellMethods/Read.html" title="Bovem::ShellMethods::Read (module)">Read</a></span><small class='search_info'>Bovem::ShellMethods</small></li><li><span class='object_link'><a href="Bovem/ShellMethods/Write.html" title="Bovem::ShellMethods::Write (module)">Write</a></span><small class='search_info'>Bovem::ShellMethods</small></li></ul><li><span class='object_link'><a href="Bovem/Version.html" title="Bovem::Version (module)">Version</a></span><small class='search_info'>Bovem</small></li></ul>
|
50
54
|
|
51
55
|
</ul>
|
52
56
|
</div>
|
data/doc/css/style.css
CHANGED
@@ -291,6 +291,7 @@ li.r2 { background: #fafafa; }
|
|
291
291
|
-moz-box-shadow: -2px 2px 6px #bbb;
|
292
292
|
z-index: 5000;
|
293
293
|
position: relative;
|
294
|
+
overflow-x: auto;
|
294
295
|
}
|
295
296
|
#toc.nofloat { float: none; max-width: none; border: none; padding: 0; margin: 20px 0; -webkit-box-shadow: none; -moz-box-shadow: none; }
|
296
297
|
#toc.nofloat.hidden { padding: 0; background: 0; margin-bottom: 5px; }
|
data/doc/file.README.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!
|
20
|
+
framesUrl = "frames.html#!file.README.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
<p>A command line manager and a collection of utilities for developers.</p>
|
74
74
|
|
75
|
-
<p>http://sw.
|
75
|
+
<p>http://sw.cowtech.it/bovem</p>
|
76
76
|
|
77
77
|
<p>http://rdoc.info/gems/bovem</p>
|
78
78
|
|
@@ -195,9 +195,9 @@ $ ./test help manage
|
|
195
195
|
</div></div>
|
196
196
|
|
197
197
|
<div id="footer">
|
198
|
-
Generated on
|
198
|
+
Generated on Tue Mar 29 20:43:16 2016 by
|
199
199
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
200
|
-
0.8.7.
|
200
|
+
0.8.7.6 (ruby-2.3.0).
|
201
201
|
</div>
|
202
202
|
|
203
203
|
</body>
|
data/doc/file_list.html
CHANGED
@@ -20,7 +20,11 @@
|
|
20
20
|
</head>
|
21
21
|
<body>
|
22
22
|
<script type="text/javascript" charset="utf-8">
|
23
|
-
|
23
|
+
var hasFrames = false;
|
24
|
+
try {
|
25
|
+
hasFrames = window.top.frames.main ? true : false;
|
26
|
+
} catch (e) { }
|
27
|
+
if (hasFrames) {
|
24
28
|
document.getElementById('base_target').target = 'main';
|
25
29
|
document.body.className = 'frames';
|
26
30
|
}
|
data/doc/frames.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
7
|
-
<title>Documentation by YARD 0.8.7.
|
7
|
+
<title>Documentation by YARD 0.8.7.6</title>
|
8
8
|
</head>
|
9
9
|
<script type="text/javascript" charset="utf-8">
|
10
10
|
window.onload = function() {
|
data/doc/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.7.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
19
19
|
relpath = '';
|
20
|
-
framesUrl = "frames.html#!
|
20
|
+
framesUrl = "frames.html#!file.README.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
<p>A command line manager and a collection of utilities for developers.</p>
|
74
74
|
|
75
|
-
<p>http://sw.
|
75
|
+
<p>http://sw.cowtech.it/bovem</p>
|
76
76
|
|
77
77
|
<p>http://rdoc.info/gems/bovem</p>
|
78
78
|
|
@@ -195,9 +195,9 @@ $ ./test help manage
|
|
195
195
|
</div></div>
|
196
196
|
|
197
197
|
<div id="footer">
|
198
|
-
Generated on
|
198
|
+
Generated on Tue Mar 29 20:43:16 2016 by
|
199
199
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
200
|
-
0.8.7.
|
200
|
+
0.8.7.6 (ruby-2.3.0).
|
201
201
|
</div>
|
202
202
|
|
203
203
|
</body>
|
data/doc/js/full_list.js
CHANGED
@@ -123,7 +123,10 @@ function linkList() {
|
|
123
123
|
}
|
124
124
|
}
|
125
125
|
if (clicked) clicked.removeClass('clicked');
|
126
|
-
var win
|
126
|
+
var win;
|
127
|
+
try {
|
128
|
+
win = window.top.frames.main ? window.top.frames.main : window.parent;
|
129
|
+
} catch (e) { win = window.parent; }
|
127
130
|
if (this.tagName.toLowerCase() == "a") {
|
128
131
|
clicked = $(this).parents('li').addClass('clicked');
|
129
132
|
win.location = this.href;
|
data/doc/method_list.html
CHANGED
@@ -20,7 +20,11 @@
|
|
20
20
|
</head>
|
21
21
|
<body>
|
22
22
|
<script type="text/javascript" charset="utf-8">
|
23
|
-
|
23
|
+
var hasFrames = false;
|
24
|
+
try {
|
25
|
+
hasFrames = window.top.frames.main ? true : false;
|
26
|
+
} catch (e) { }
|
27
|
+
if (hasFrames) {
|
24
28
|
document.getElementById('base_target').target = 'main';
|
25
29
|
document.body.className = 'frames';
|
26
30
|
}
|
@@ -48,14 +52,14 @@
|
|
48
52
|
|
49
53
|
|
50
54
|
<li class="r1 ">
|
51
|
-
<span class='object_link'><a href="Bovem/
|
52
|
-
<small>Bovem::
|
55
|
+
<span class='object_link'><a href="Bovem/Option.html#action-instance_method" title="Bovem::Option#action (method)">#action</a></span>
|
56
|
+
<small>Bovem::Option</small>
|
53
57
|
</li>
|
54
58
|
|
55
59
|
|
56
60
|
<li class="r2 ">
|
57
|
-
<span class='object_link'><a href="Bovem/
|
58
|
-
<small>Bovem::
|
61
|
+
<span class='object_link'><a href="Bovem/Command.html#action-instance_method" title="Bovem::Command#action (method)">#action</a></span>
|
62
|
+
<small>Bovem::Command</small>
|
59
63
|
</li>
|
60
64
|
|
61
65
|
|
@@ -72,29 +76,41 @@
|
|
72
76
|
|
73
77
|
|
74
78
|
<li class="r1 ">
|
79
|
+
<span class='object_link'><a href="Bovem/Command.html#application%3F-instance_method" title="Bovem::Command#application? (method)">#application?</a></span>
|
80
|
+
<small>Bovem::Command</small>
|
81
|
+
</li>
|
82
|
+
|
83
|
+
|
84
|
+
<li class="r2 ">
|
75
85
|
<span class='object_link'><a href="Bovem/CommandMethods/Children.html#argument-instance_method" title="Bovem::CommandMethods::Children#argument (method)">#argument</a></span>
|
76
86
|
<small>Bovem::CommandMethods::Children</small>
|
77
87
|
</li>
|
78
88
|
|
79
89
|
|
80
|
-
<li class="
|
90
|
+
<li class="r1 ">
|
81
91
|
<span class='object_link'><a href="Bovem/CommandMethods/Children.html#arguments-instance_method" title="Bovem::CommandMethods::Children#arguments (method)">#arguments</a></span>
|
82
92
|
<small>Bovem::CommandMethods::Children</small>
|
83
93
|
</li>
|
84
94
|
|
85
95
|
|
86
|
-
<li class="
|
96
|
+
<li class="r2 ">
|
87
97
|
<span class='object_link'><a href="Bovem/Command.html#arguments-instance_method" title="Bovem::Command#arguments (method)">#arguments</a></span>
|
88
98
|
<small>Bovem::Command</small>
|
89
99
|
</li>
|
90
100
|
|
91
101
|
|
92
|
-
<li class="
|
102
|
+
<li class="r1 ">
|
93
103
|
<span class='object_link'><a href="Bovem/Command.html#banner-instance_method" title="Bovem::Command#banner (method)">#banner</a></span>
|
94
104
|
<small>Bovem::Command</small>
|
95
105
|
</li>
|
96
106
|
|
97
107
|
|
108
|
+
<li class="r2 ">
|
109
|
+
<span class='object_link'><a href="Bovem/Command.html#banner%3F-instance_method" title="Bovem::Command#banner? (method)">#banner?</a></span>
|
110
|
+
<small>Bovem::Command</small>
|
111
|
+
</li>
|
112
|
+
|
113
|
+
|
98
114
|
<li class="r1 ">
|
99
115
|
<span class='object_link'><a href="Bovem/Command.html#before-instance_method" title="Bovem::Command#before (method)">#before</a></span>
|
100
116
|
<small>Bovem::Command</small>
|
@@ -150,71 +166,83 @@
|
|
150
166
|
|
151
167
|
|
152
168
|
<li class="r2 ">
|
169
|
+
<span class='object_link'><a href="Bovem/CommandMethods/Children.html#commands%3F-instance_method" title="Bovem::CommandMethods::Children#commands? (method)">#commands?</a></span>
|
170
|
+
<small>Bovem::CommandMethods::Children</small>
|
171
|
+
</li>
|
172
|
+
|
173
|
+
|
174
|
+
<li class="r1 ">
|
153
175
|
<span class='object_link'><a href="Bovem/Option.html#complete_long-instance_method" title="Bovem::Option#complete_long (method)">#complete_long</a></span>
|
154
176
|
<small>Bovem::Option</small>
|
155
177
|
</li>
|
156
178
|
|
157
179
|
|
158
|
-
<li class="
|
180
|
+
<li class="r2 ">
|
159
181
|
<span class='object_link'><a href="Bovem/Option.html#complete_short-instance_method" title="Bovem::Option#complete_short (method)">#complete_short</a></span>
|
160
182
|
<small>Bovem::Option</small>
|
161
183
|
</li>
|
162
184
|
|
163
185
|
|
164
|
-
<li class="
|
186
|
+
<li class="r1 ">
|
165
187
|
<span class='object_link'><a href="Bovem/Shell.html#console-instance_method" title="Bovem::Shell#console (method)">#console</a></span>
|
166
188
|
<small>Bovem::Shell</small>
|
167
189
|
</li>
|
168
190
|
|
169
191
|
|
170
|
-
<li class="
|
192
|
+
<li class="r2 ">
|
171
193
|
<span class='object_link'><a href="Bovem/Application.html#console-instance_method" title="Bovem::Application#console (method)">#console</a></span>
|
172
194
|
<small>Bovem::Application</small>
|
173
195
|
</li>
|
174
196
|
|
175
197
|
|
176
|
-
<li class="
|
198
|
+
<li class="r1 ">
|
177
199
|
<span class='object_link'><a href="Bovem/ShellMethods/Write.html#copy-instance_method" title="Bovem::ShellMethods::Write#copy (method)">#copy</a></span>
|
178
200
|
<small>Bovem::ShellMethods::Write</small>
|
179
201
|
</li>
|
180
202
|
|
181
203
|
|
182
|
-
<li class="
|
183
|
-
<span class='object_link'><a href="Bovem/
|
184
|
-
<small>Bovem::
|
204
|
+
<li class="r2 ">
|
205
|
+
<span class='object_link'><a href="Bovem/Logger.html#create-class_method" title="Bovem::Logger.create (method)">create</a></span>
|
206
|
+
<small>Bovem::Logger</small>
|
185
207
|
</li>
|
186
208
|
|
187
209
|
|
188
|
-
<li class="
|
210
|
+
<li class="r1 ">
|
189
211
|
<span class='object_link'><a href="Bovem/Application.html#create-class_method" title="Bovem::Application.create (method)">create</a></span>
|
190
212
|
<small>Bovem::Application</small>
|
191
213
|
</li>
|
192
214
|
|
193
215
|
|
194
|
-
<li class="
|
195
|
-
<span class='object_link'><a href="Bovem/
|
196
|
-
<small>Bovem::
|
216
|
+
<li class="r2 ">
|
217
|
+
<span class='object_link'><a href="Bovem/Application.html#create_application-class_method" title="Bovem::Application.create_application (method)">create_application</a></span>
|
218
|
+
<small>Bovem::Application</small>
|
197
219
|
</li>
|
198
220
|
|
199
221
|
|
200
|
-
<li class="
|
222
|
+
<li class="r1 ">
|
201
223
|
<span class='object_link'><a href="Bovem/ShellMethods/Directories.html#create_directories-instance_method" title="Bovem::ShellMethods::Directories#create_directories (method)">#create_directories</a></span>
|
202
224
|
<small>Bovem::ShellMethods::Directories</small>
|
203
225
|
</li>
|
204
226
|
|
205
227
|
|
206
|
-
<li class="
|
228
|
+
<li class="r2 ">
|
207
229
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#debug-instance_method" title="Bovem::ConsoleMethods::Logging#debug (method)">#debug</a></span>
|
208
230
|
<small>Bovem::ConsoleMethods::Logging</small>
|
209
231
|
</li>
|
210
232
|
|
211
233
|
|
212
|
-
<li class="
|
234
|
+
<li class="r1 ">
|
213
235
|
<span class='object_link'><a href="Bovem/Option.html#default-instance_method" title="Bovem::Option#default (method)">#default</a></span>
|
214
236
|
<small>Bovem::Option</small>
|
215
237
|
</li>
|
216
238
|
|
217
239
|
|
240
|
+
<li class="r2 ">
|
241
|
+
<span class='object_link'><a href="Bovem/Option.html#default%3F-instance_method" title="Bovem::Option#default? (method)">#default?</a></span>
|
242
|
+
<small>Bovem::Option</small>
|
243
|
+
</li>
|
244
|
+
|
245
|
+
|
218
246
|
<li class="r1 ">
|
219
247
|
<span class='object_link'><a href="Bovem/Logger.html#default_file-class_method" title="Bovem::Logger.default_file (method)">default_file</a></span>
|
220
248
|
<small>Bovem::Logger</small>
|
@@ -240,275 +268,251 @@
|
|
240
268
|
|
241
269
|
|
242
270
|
<li class="r1 ">
|
271
|
+
<span class='object_link'><a href="Bovem/Command.html#description%3F-instance_method" title="Bovem::Command#description? (method)">#description?</a></span>
|
272
|
+
<small>Bovem::Command</small>
|
273
|
+
</li>
|
274
|
+
|
275
|
+
|
276
|
+
<li class="r2 ">
|
243
277
|
<span class='object_link'><a href="Bovem/Logger.html#device-instance_method" title="Bovem::Logger#device (method)">#device</a></span>
|
244
278
|
<small>Bovem::Logger</small>
|
245
279
|
</li>
|
246
280
|
|
247
281
|
|
248
|
-
<li class="
|
282
|
+
<li class="r1 ">
|
249
283
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#emphasize-instance_method" title="Bovem::ConsoleMethods::Output#emphasize (method)">#emphasize</a></span>
|
250
284
|
<small>Bovem::ConsoleMethods::Output</small>
|
251
285
|
</li>
|
252
286
|
|
253
287
|
|
254
|
-
<li class="
|
288
|
+
<li class="r2 ">
|
255
289
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#error-instance_method" title="Bovem::ConsoleMethods::Logging#error (method)">#error</a></span>
|
256
290
|
<small>Bovem::ConsoleMethods::Logging</small>
|
257
291
|
</li>
|
258
292
|
|
259
293
|
|
260
|
-
<li class="
|
294
|
+
<li class="r1 ">
|
261
295
|
<span class='object_link'><a href="Bovem/Application.html#executable_name-instance_method" title="Bovem::Application#executable_name (method)">#executable_name</a></span>
|
262
296
|
<small>Bovem::Application</small>
|
263
297
|
</li>
|
264
298
|
|
265
299
|
|
266
|
-
<li class="
|
267
|
-
<span class='object_link'><a href="Bovem/
|
268
|
-
<small>Bovem::
|
300
|
+
<li class="r2 ">
|
301
|
+
<span class='object_link'><a href="Bovem/Command.html#execute-instance_method" title="Bovem::Command#execute (method)">#execute</a></span>
|
302
|
+
<small>Bovem::Command</small>
|
269
303
|
</li>
|
270
304
|
|
271
305
|
|
272
|
-
<li class="
|
306
|
+
<li class="r1 ">
|
273
307
|
<span class='object_link'><a href="Bovem/Application.html#execute-instance_method" title="Bovem::Application#execute (method)">#execute</a></span>
|
274
308
|
<small>Bovem::Application</small>
|
275
309
|
</li>
|
276
310
|
|
277
311
|
|
278
|
-
<li class="
|
279
|
-
<span class='object_link'><a href="Bovem/
|
280
|
-
<small>Bovem::
|
312
|
+
<li class="r2 ">
|
313
|
+
<span class='object_link'><a href="Bovem/ConsoleMethods/Interactions/ClassMethods.html#execute-instance_method" title="Bovem::ConsoleMethods::Interactions::ClassMethods#execute (method)">#execute</a></span>
|
314
|
+
<small>Bovem::ConsoleMethods::Interactions::ClassMethods</small>
|
281
315
|
</li>
|
282
316
|
|
283
317
|
|
284
|
-
<li class="
|
318
|
+
<li class="r1 ">
|
285
319
|
<span class='object_link'><a href="Bovem/Option.html#execute_action-instance_method" title="Bovem::Option#execute_action (method)">#execute_action</a></span>
|
286
320
|
<small>Bovem::Option</small>
|
287
321
|
</li>
|
288
322
|
|
289
323
|
|
290
|
-
<li class="
|
324
|
+
<li class="r2 ">
|
291
325
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#fatal-instance_method" title="Bovem::ConsoleMethods::Logging#fatal (method)">#fatal</a></span>
|
292
326
|
<small>Bovem::ConsoleMethods::Logging</small>
|
293
327
|
</li>
|
294
328
|
|
295
329
|
|
296
|
-
<li class="
|
330
|
+
<li class="r1 ">
|
297
331
|
<span class='object_link'><a href="Bovem/ShellMethods/Read.html#find-instance_method" title="Bovem::ShellMethods::Read#find (method)">#find</a></span>
|
298
332
|
<small>Bovem::ShellMethods::Read</small>
|
299
333
|
</li>
|
300
334
|
|
301
335
|
|
302
|
-
<li class="
|
336
|
+
<li class="r2 ">
|
303
337
|
<span class='object_link'><a href="Bovem/ParserMethods/General/ClassMethods.html#find_command-instance_method" title="Bovem::ParserMethods::General::ClassMethods#find_command (method)">#find_command</a></span>
|
304
338
|
<small>Bovem::ParserMethods::General::ClassMethods</small>
|
305
339
|
</li>
|
306
340
|
|
307
341
|
|
308
|
-
<li class="
|
342
|
+
<li class="r1 ">
|
309
343
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#format-instance_method" title="Bovem::ConsoleMethods::Output#format (method)">#format</a></span>
|
310
344
|
<small>Bovem::ConsoleMethods::Output</small>
|
311
345
|
</li>
|
312
346
|
|
313
347
|
|
314
|
-
<li class="
|
348
|
+
<li class="r2 ">
|
315
349
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#format_right-instance_method" title="Bovem::ConsoleMethods::Output#format_right (method)">#format_right</a></span>
|
316
350
|
<small>Bovem::ConsoleMethods::Output</small>
|
317
351
|
</li>
|
318
352
|
|
319
353
|
|
320
|
-
<li class="
|
354
|
+
<li class="r1 ">
|
321
355
|
<span class='object_link'><a href="Bovem/Command.html#full_name-instance_method" title="Bovem::Command#full_name (method)">#full_name</a></span>
|
322
356
|
<small>Bovem::Command</small>
|
323
357
|
</li>
|
324
358
|
|
325
359
|
|
326
|
-
<li class="
|
360
|
+
<li class="r2 ">
|
327
361
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#get_banner-instance_method" title="Bovem::ConsoleMethods::Logging#get_banner (method)">#get_banner</a></span>
|
328
362
|
<small>Bovem::ConsoleMethods::Logging</small>
|
329
363
|
</li>
|
330
364
|
|
331
365
|
|
332
|
-
<li class="
|
366
|
+
<li class="r1 ">
|
333
367
|
<span class='object_link'><a href="Bovem/CommandMethods/Children.html#get_options-instance_method" title="Bovem::CommandMethods::Children#get_options (method)">#get_options</a></span>
|
334
368
|
<small>Bovem::CommandMethods::Children</small>
|
335
369
|
</li>
|
336
370
|
|
337
371
|
|
338
|
-
<li class="
|
372
|
+
<li class="r2 ">
|
339
373
|
<span class='object_link'><a href="Bovem/Logger.html#get_real_file-class_method" title="Bovem::Logger.get_real_file (method)">get_real_file</a></span>
|
340
374
|
<small>Bovem::Logger</small>
|
341
375
|
</li>
|
342
376
|
|
343
377
|
|
344
|
-
<li class="r2 ">
|
345
|
-
<span class='object_link'><a href="Bovem/ShellMethods/General.html#handle_failure-instance_method" title="Bovem::ShellMethods::General#handle_failure (method)">#handle_failure</a></span>
|
346
|
-
<small>Bovem::ShellMethods::General</small>
|
347
|
-
</li>
|
348
|
-
|
349
|
-
|
350
378
|
<li class="r1 ">
|
351
|
-
<span class='object_link'><a href="Bovem/
|
352
|
-
<small>Bovem::
|
379
|
+
<span class='object_link'><a href="Bovem/Option.html#help-instance_method" title="Bovem::Option#help (method)">#help</a></span>
|
380
|
+
<small>Bovem::Option</small>
|
353
381
|
</li>
|
354
382
|
|
355
383
|
|
356
384
|
<li class="r2 ">
|
357
|
-
<span class='object_link'><a href="Bovem/
|
358
|
-
<small>Bovem::
|
385
|
+
<span class='object_link'><a href="Bovem/Option.html#help%3F-instance_method" title="Bovem::Option#help? (method)">#help?</a></span>
|
386
|
+
<small>Bovem::Option</small>
|
359
387
|
</li>
|
360
388
|
|
361
389
|
|
362
390
|
<li class="r1 ">
|
363
|
-
<span class='object_link'><a href="Bovem/
|
364
|
-
<small>Bovem::
|
391
|
+
<span class='object_link'><a href="Bovem/Application.html#help_option-instance_method" title="Bovem::Application#help_option (method)">#help_option</a></span>
|
392
|
+
<small>Bovem::Application</small>
|
365
393
|
</li>
|
366
394
|
|
367
395
|
|
368
396
|
<li class="r2 ">
|
369
|
-
<span class='object_link'><a href="Bovem/
|
370
|
-
<small>Bovem::
|
397
|
+
<span class='object_link'><a href="Bovem/Shell.html#i18n-instance_method" title="Bovem::Shell#i18n (method)">#i18n</a></span>
|
398
|
+
<small>Bovem::Shell</small>
|
371
399
|
</li>
|
372
400
|
|
373
401
|
|
374
402
|
<li class="r1 ">
|
375
|
-
<span class='object_link'><a href="Bovem/
|
376
|
-
<small>Bovem::
|
403
|
+
<span class='object_link'><a href="Bovem/Command.html#i18n-instance_method" title="Bovem::Command#i18n (method)">#i18n</a></span>
|
404
|
+
<small>Bovem::Command</small>
|
377
405
|
</li>
|
378
406
|
|
379
407
|
|
380
408
|
<li class="r2 ">
|
381
|
-
<span class='object_link'><a href="Bovem/
|
382
|
-
<small>Bovem::
|
409
|
+
<span class='object_link'><a href="Bovem/Console.html#i18n-instance_method" title="Bovem::Console#i18n (method)">#i18n</a></span>
|
410
|
+
<small>Bovem::Console</small>
|
383
411
|
</li>
|
384
412
|
|
385
413
|
|
386
414
|
<li class="r1 ">
|
387
|
-
<span class='object_link'><a href="Bovem/
|
388
|
-
<small>Bovem::
|
415
|
+
<span class='object_link'><a href="Bovem/Configuration.html#i18n-instance_method" title="Bovem::Configuration#i18n (method)">#i18n</a></span>
|
416
|
+
<small>Bovem::Configuration</small>
|
389
417
|
</li>
|
390
418
|
|
391
419
|
|
392
420
|
<li class="r2 ">
|
393
|
-
<span class='object_link'><a href="Bovem/Application.html#help_option-instance_method" title="Bovem::Application#help_option (method)">#help_option</a></span>
|
394
|
-
<small>Bovem::Application</small>
|
395
|
-
</li>
|
396
|
-
|
397
|
-
|
398
|
-
<li class="r1 ">
|
399
421
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#indent-instance_method" title="Bovem::ConsoleMethods::Output#indent (method)">#indent</a></span>
|
400
422
|
<small>Bovem::ConsoleMethods::Output</small>
|
401
423
|
</li>
|
402
424
|
|
403
425
|
|
404
|
-
<li class="
|
426
|
+
<li class="r1 ">
|
405
427
|
<span class='object_link'><a href="Bovem/Console.html#indentation-instance_method" title="Bovem::Console#indentation (method)">#indentation</a></span>
|
406
428
|
<small>Bovem::Console</small>
|
407
429
|
</li>
|
408
430
|
|
409
431
|
|
410
|
-
<li class="
|
432
|
+
<li class="r2 ">
|
411
433
|
<span class='object_link'><a href="Bovem/Console.html#indentation_string-instance_method" title="Bovem::Console#indentation_string (method)">#indentation_string</a></span>
|
412
434
|
<small>Bovem::Console</small>
|
413
435
|
</li>
|
414
436
|
|
415
437
|
|
416
|
-
<li class="
|
438
|
+
<li class="r1 ">
|
417
439
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#info-instance_method" title="Bovem::ConsoleMethods::Logging#info (method)">#info</a></span>
|
418
440
|
<small>Bovem::ConsoleMethods::Logging</small>
|
419
441
|
</li>
|
420
442
|
|
421
443
|
|
422
|
-
<li class="r1 ">
|
423
|
-
<span class='object_link'><a href="Bovem/Command.html#initialize-instance_method" title="Bovem::Command#initialize (method)">#initialize</a></span>
|
424
|
-
<small>Bovem::Command</small>
|
425
|
-
</li>
|
426
|
-
|
427
|
-
|
428
444
|
<li class="r2 ">
|
429
|
-
<span class='object_link'><a href="Bovem/
|
430
|
-
<small>Bovem::
|
445
|
+
<span class='object_link'><a href="Bovem/Option.html#initialize-instance_method" title="Bovem::Option#initialize (method)">#initialize</a></span>
|
446
|
+
<small>Bovem::Option</small>
|
431
447
|
</li>
|
432
448
|
|
433
449
|
|
434
450
|
<li class="r1 ">
|
435
|
-
<span class='object_link'><a href="Bovem/
|
436
|
-
<small>Bovem::
|
451
|
+
<span class='object_link'><a href="Bovem/Errors/Error.html#initialize-instance_method" title="Bovem::Errors::Error#initialize (method)">#initialize</a></span>
|
452
|
+
<small>Bovem::Errors::Error</small>
|
437
453
|
</li>
|
438
454
|
|
439
455
|
|
440
456
|
<li class="r2 ">
|
441
|
-
<span class='object_link'><a href="Bovem/
|
442
|
-
<small>Bovem::
|
457
|
+
<span class='object_link'><a href="Bovem/Logger.html#initialize-instance_method" title="Bovem::Logger#initialize (method)">#initialize</a></span>
|
458
|
+
<small>Bovem::Logger</small>
|
443
459
|
</li>
|
444
460
|
|
445
461
|
|
446
462
|
<li class="r1 ">
|
447
|
-
<span class='object_link'><a href="Bovem/
|
448
|
-
<small>Bovem::
|
463
|
+
<span class='object_link'><a href="Bovem/Shell.html#initialize-instance_method" title="Bovem::Shell#initialize (method)">#initialize</a></span>
|
464
|
+
<small>Bovem::Shell</small>
|
449
465
|
</li>
|
450
466
|
|
451
467
|
|
452
468
|
<li class="r2 ">
|
453
|
-
<span class='object_link'><a href="Bovem/
|
454
|
-
<small>Bovem::
|
469
|
+
<span class='object_link'><a href="Bovem/Command.html#initialize-instance_method" title="Bovem::Command#initialize (method)">#initialize</a></span>
|
470
|
+
<small>Bovem::Command</small>
|
455
471
|
</li>
|
456
472
|
|
457
473
|
|
458
474
|
<li class="r1 ">
|
459
|
-
<span class='object_link'><a href="Bovem/
|
460
|
-
<small>Bovem::
|
475
|
+
<span class='object_link'><a href="Bovem/Application.html#initialize-instance_method" title="Bovem::Application#initialize (method)">#initialize</a></span>
|
476
|
+
<small>Bovem::Application</small>
|
461
477
|
</li>
|
462
478
|
|
463
479
|
|
464
480
|
<li class="r2 ">
|
465
|
-
<span class='object_link'><a href="Bovem/
|
466
|
-
<small>Bovem::
|
481
|
+
<span class='object_link'><a href="Bovem/Configuration.html#initialize-instance_method" title="Bovem::Configuration#initialize (method)">#initialize</a></span>
|
482
|
+
<small>Bovem::Configuration</small>
|
467
483
|
</li>
|
468
484
|
|
469
485
|
|
470
486
|
<li class="r1 ">
|
471
|
-
<span class='object_link'><a href="Bovem/
|
472
|
-
<small>Bovem::Option</small>
|
473
|
-
</li>
|
474
|
-
|
475
|
-
|
476
|
-
<li class="r2 ">
|
477
|
-
<span class='object_link'><a href="Bovem/Console.html#instance-class_method" title="Bovem::Console.instance (method)">instance</a></span>
|
487
|
+
<span class='object_link'><a href="Bovem/Console.html#initialize-instance_method" title="Bovem::Console#initialize (method)">#initialize</a></span>
|
478
488
|
<small>Bovem::Console</small>
|
479
489
|
</li>
|
480
490
|
|
481
491
|
|
482
|
-
<li class="
|
492
|
+
<li class="r2 ">
|
483
493
|
<span class='object_link'><a href="Bovem/Shell.html#instance-class_method" title="Bovem::Shell.instance (method)">instance</a></span>
|
484
494
|
<small>Bovem::Shell</small>
|
485
495
|
</li>
|
486
496
|
|
487
497
|
|
488
|
-
<li class="
|
489
|
-
<span class='object_link'><a href="Bovem/
|
490
|
-
<small>Bovem::
|
498
|
+
<li class="r1 ">
|
499
|
+
<span class='object_link'><a href="Bovem/Console.html#instance-class_method" title="Bovem::Console.instance (method)">instance</a></span>
|
500
|
+
<small>Bovem::Console</small>
|
491
501
|
</li>
|
492
502
|
|
493
503
|
|
494
|
-
<li class="
|
504
|
+
<li class="r2 ">
|
495
505
|
<span class='object_link'><a href="Bovem/Option.html#label-instance_method" title="Bovem::Option#label (method)">#label</a></span>
|
496
506
|
<small>Bovem::Option</small>
|
497
507
|
</li>
|
498
508
|
|
499
509
|
|
500
|
-
<li class="
|
510
|
+
<li class="r1 ">
|
501
511
|
<span class='object_link'><a href="Bovem/Console.html#line_width-instance_method" title="Bovem::Console#line_width (method)">#line_width</a></span>
|
502
512
|
<small>Bovem::Console</small>
|
503
513
|
</li>
|
504
514
|
|
505
515
|
|
506
|
-
<li class="r1 ">
|
507
|
-
<span class='object_link'><a href="Bovem/Localizer.html#localize_on_locale-class_method" title="Bovem::Localizer.localize_on_locale (method)">localize_on_locale</a></span>
|
508
|
-
<small>Bovem::Localizer</small>
|
509
|
-
</li>
|
510
|
-
|
511
|
-
|
512
516
|
<li class="r2 ">
|
513
517
|
<span class='object_link'><a href="Bovem/Option.html#long-instance_method" title="Bovem::Option#long (method)">#long</a></span>
|
514
518
|
<small>Bovem::Option</small>
|
@@ -540,14 +544,14 @@
|
|
540
544
|
|
541
545
|
|
542
546
|
<li class="r1 ">
|
543
|
-
<span class='object_link'><a href="Bovem/
|
544
|
-
<small>Bovem::
|
547
|
+
<span class='object_link'><a href="Bovem/Command.html#name-instance_method" title="Bovem::Command#name (method)">#name</a></span>
|
548
|
+
<small>Bovem::Command</small>
|
545
549
|
</li>
|
546
550
|
|
547
551
|
|
548
552
|
<li class="r2 ">
|
549
|
-
<span class='object_link'><a href="Bovem/
|
550
|
-
<small>Bovem::
|
553
|
+
<span class='object_link'><a href="Bovem/Option.html#name-instance_method" title="Bovem::Option#name (method)">#name</a></span>
|
554
|
+
<small>Bovem::Option</small>
|
551
555
|
</li>
|
552
556
|
|
553
557
|
|
@@ -558,47 +562,47 @@
|
|
558
562
|
|
559
563
|
|
560
564
|
<li class="r2 ">
|
565
|
+
<span class='object_link'><a href="Bovem/CommandMethods/Children.html#options-instance_method" title="Bovem::CommandMethods::Children#options (method)">#options</a></span>
|
566
|
+
<small>Bovem::CommandMethods::Children</small>
|
567
|
+
</li>
|
568
|
+
|
569
|
+
|
570
|
+
<li class="r1 ">
|
561
571
|
<span class='object_link'><a href="Bovem/Command.html#options-instance_method" title="Bovem::Command#options (method)">#options</a></span>
|
562
572
|
<small>Bovem::Command</small>
|
563
573
|
</li>
|
564
574
|
|
565
575
|
|
566
|
-
<li class="
|
567
|
-
<span class='object_link'><a href="Bovem/CommandMethods/Children.html#options-instance_method" title="Bovem::CommandMethods::Children#options (method)">#options
|
576
|
+
<li class="r2 ">
|
577
|
+
<span class='object_link'><a href="Bovem/CommandMethods/Children.html#options%3F-instance_method" title="Bovem::CommandMethods::Children#options? (method)">#options?</a></span>
|
568
578
|
<small>Bovem::CommandMethods::Children</small>
|
569
579
|
</li>
|
570
580
|
|
571
581
|
|
572
|
-
<li class="
|
582
|
+
<li class="r1 ">
|
573
583
|
<span class='object_link'><a href="Bovem/Application.html#output_commands-instance_method" title="Bovem::Application#output_commands (method)">#output_commands</a></span>
|
574
584
|
<small>Bovem::Application</small>
|
575
585
|
</li>
|
576
586
|
|
577
587
|
|
578
|
-
<li class="
|
588
|
+
<li class="r2 ">
|
579
589
|
<span class='object_link'><a href="Bovem/Command.html#parent-instance_method" title="Bovem::Command#parent (method)">#parent</a></span>
|
580
590
|
<small>Bovem::Command</small>
|
581
591
|
</li>
|
582
592
|
|
583
593
|
|
584
|
-
<li class="
|
594
|
+
<li class="r1 ">
|
585
595
|
<span class='object_link'><a href="Bovem/Option.html#parent-instance_method" title="Bovem::Option#parent (method)">#parent</a></span>
|
586
596
|
<small>Bovem::Option</small>
|
587
597
|
</li>
|
588
598
|
|
589
599
|
|
590
|
-
<li class="
|
600
|
+
<li class="r2 ">
|
591
601
|
<span class='object_link'><a href="Bovem/Configuration.html#parse-instance_method" title="Bovem::Configuration#parse (method)">#parse</a></span>
|
592
602
|
<small>Bovem::Configuration</small>
|
593
603
|
</li>
|
594
604
|
|
595
605
|
|
596
|
-
<li class="r2 ">
|
597
|
-
<span class='object_link'><a href="Bovem/ParserMethods/General/ClassMethods.html#parse-instance_method" title="Bovem::ParserMethods::General::ClassMethods#parse (method)">#parse</a></span>
|
598
|
-
<small>Bovem::ParserMethods::General::ClassMethods</small>
|
599
|
-
</li>
|
600
|
-
|
601
|
-
|
602
606
|
<li class="r1 ">
|
603
607
|
<span class='object_link'><a href="Bovem/Parser.html#parse-instance_method" title="Bovem::Parser#parse (method)">#parse</a></span>
|
604
608
|
<small>Bovem::Parser</small>
|
@@ -606,83 +610,83 @@
|
|
606
610
|
|
607
611
|
|
608
612
|
<li class="r2 ">
|
613
|
+
<span class='object_link'><a href="Bovem/ParserMethods/General/ClassMethods.html#parse-instance_method" title="Bovem::ParserMethods::General::ClassMethods#parse (method)">#parse</a></span>
|
614
|
+
<small>Bovem::ParserMethods::General::ClassMethods</small>
|
615
|
+
</li>
|
616
|
+
|
617
|
+
|
618
|
+
<li class="r1 ">
|
609
619
|
<span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html#parse_style-instance_method" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods#parse_style (method)">#parse_style</a></span>
|
610
620
|
<small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
|
611
621
|
</li>
|
612
622
|
|
613
623
|
|
614
|
-
<li class="
|
624
|
+
<li class="r2 ">
|
615
625
|
<span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html#parse_styles-instance_method" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods#parse_styles (method)">#parse_styles</a></span>
|
616
626
|
<small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
|
617
627
|
</li>
|
618
628
|
|
619
629
|
|
620
|
-
<li class="
|
630
|
+
<li class="r1 ">
|
621
631
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#progress-instance_method" title="Bovem::ConsoleMethods::Logging#progress (method)">#progress</a></span>
|
622
632
|
<small>Bovem::ConsoleMethods::Logging</small>
|
623
633
|
</li>
|
624
634
|
|
625
635
|
|
626
|
-
<li class="
|
636
|
+
<li class="r2 ">
|
627
637
|
<span class='object_link'><a href="Bovem/Option.html#provided%3F-instance_method" title="Bovem::Option#provided? (method)">#provided?</a></span>
|
628
638
|
<small>Bovem::Option</small>
|
629
639
|
</li>
|
630
640
|
|
631
641
|
|
632
|
-
<li class="
|
642
|
+
<li class="r1 ">
|
633
643
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html#read-instance_method" title="Bovem::ConsoleMethods::Interactions#read (method)">#read</a></span>
|
634
644
|
<small>Bovem::ConsoleMethods::Interactions</small>
|
635
645
|
</li>
|
636
646
|
|
637
647
|
|
638
|
-
<li class="
|
648
|
+
<li class="r2 ">
|
639
649
|
<span class='object_link'><a href="Bovem/Errors/Error.html#reason-instance_method" title="Bovem::Errors::Error#reason (method)">#reason</a></span>
|
640
650
|
<small>Bovem::Errors::Error</small>
|
641
651
|
</li>
|
642
652
|
|
643
653
|
|
644
|
-
<li class="
|
654
|
+
<li class="r1 ">
|
645
655
|
<span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling.html#replace_markers-instance_method" title="Bovem::ConsoleMethods::StyleHandling#replace_markers (method)">#replace_markers</a></span>
|
646
656
|
<small>Bovem::ConsoleMethods::StyleHandling</small>
|
647
657
|
</li>
|
648
658
|
|
649
659
|
|
650
|
-
<li class="
|
660
|
+
<li class="r2 ">
|
651
661
|
<span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html#replace_markers-instance_method" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods#replace_markers (method)">#replace_markers</a></span>
|
652
662
|
<small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
|
653
663
|
</li>
|
654
664
|
|
655
665
|
|
656
|
-
<li class="
|
666
|
+
<li class="r1 ">
|
657
667
|
<span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html#replace_term_code-instance_method" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods#replace_term_code (method)">#replace_term_code</a></span>
|
658
668
|
<small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
|
659
669
|
</li>
|
660
670
|
|
661
671
|
|
662
|
-
<li class="
|
672
|
+
<li class="r2 ">
|
663
673
|
<span class='object_link'><a href="Bovem/Option.html#required-instance_method" title="Bovem::Option#required (method)">#required</a></span>
|
664
674
|
<small>Bovem::Option</small>
|
665
675
|
</li>
|
666
676
|
|
667
677
|
|
668
|
-
<li class="
|
678
|
+
<li class="r1 ">
|
669
679
|
<span class='object_link'><a href="Bovem/Option.html#requires_argument%3F-instance_method" title="Bovem::Option#requires_argument? (method)">#requires_argument?</a></span>
|
670
680
|
<small>Bovem::Option</small>
|
671
681
|
</li>
|
672
682
|
|
673
683
|
|
674
|
-
<li class="
|
684
|
+
<li class="r2 ">
|
675
685
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#reset_indentation-instance_method" title="Bovem::ConsoleMethods::Output#reset_indentation (method)">#reset_indentation</a></span>
|
676
686
|
<small>Bovem::ConsoleMethods::Output</small>
|
677
687
|
</li>
|
678
688
|
|
679
689
|
|
680
|
-
<li class="r2 ">
|
681
|
-
<span class='object_link'><a href="Bovem/ShellMethods/Execute.html#run-instance_method" title="Bovem::ShellMethods::Execute#run (method)">#run</a></span>
|
682
|
-
<small>Bovem::ShellMethods::Execute</small>
|
683
|
-
</li>
|
684
|
-
|
685
|
-
|
686
690
|
<li class="r1 ">
|
687
691
|
<span class='object_link'><a href="Bovem/Application.html#run-instance_method" title="Bovem::Application#run (method)">#run</a></span>
|
688
692
|
<small>Bovem::Application</small>
|
@@ -690,53 +694,53 @@
|
|
690
694
|
|
691
695
|
|
692
696
|
<li class="r2 ">
|
697
|
+
<span class='object_link'><a href="Bovem/ShellMethods/Execute.html#run-instance_method" title="Bovem::ShellMethods::Execute#run (method)">#run</a></span>
|
698
|
+
<small>Bovem::ShellMethods::Execute</small>
|
699
|
+
</li>
|
700
|
+
|
701
|
+
|
702
|
+
<li class="r1 ">
|
693
703
|
<span class='object_link'><a href="Bovem/Option.html#set-instance_method" title="Bovem::Option#set (method)">#set</a></span>
|
694
704
|
<small>Bovem::Option</small>
|
695
705
|
</li>
|
696
706
|
|
697
707
|
|
698
|
-
<li class="
|
708
|
+
<li class="r2 ">
|
699
709
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#set_indentation-instance_method" title="Bovem::ConsoleMethods::Output#set_indentation (method)">#set_indentation</a></span>
|
700
710
|
<small>Bovem::ConsoleMethods::Output</small>
|
701
711
|
</li>
|
702
712
|
|
703
713
|
|
704
|
-
<li class="
|
705
|
-
<span class='object_link'><a href="Bovem/
|
706
|
-
<small>Bovem::
|
714
|
+
<li class="r1 ">
|
715
|
+
<span class='object_link'><a href="Bovem/Application.html#setup_application_option-class_method" title="Bovem::Application.setup_application_option (method)">setup_application_option</a></span>
|
716
|
+
<small>Bovem::Application</small>
|
707
717
|
</li>
|
708
718
|
|
709
719
|
|
710
|
-
<li class="
|
720
|
+
<li class="r2 ">
|
711
721
|
<span class='object_link'><a href="Bovem/Command.html#setup_with-instance_method" title="Bovem::Command#setup_with (method)">#setup_with</a></span>
|
712
722
|
<small>Bovem::Command</small>
|
713
723
|
</li>
|
714
724
|
|
715
725
|
|
716
|
-
<li class="
|
726
|
+
<li class="r1 ">
|
717
727
|
<span class='object_link'><a href="Bovem/Application.html#shell-instance_method" title="Bovem::Application#shell (method)">#shell</a></span>
|
718
728
|
<small>Bovem::Application</small>
|
719
729
|
</li>
|
720
730
|
|
721
731
|
|
722
|
-
<li class="
|
732
|
+
<li class="r2 ">
|
723
733
|
<span class='object_link'><a href="Bovem/Option.html#short-instance_method" title="Bovem::Option#short (method)">#short</a></span>
|
724
734
|
<small>Bovem::Option</small>
|
725
735
|
</li>
|
726
736
|
|
727
737
|
|
728
|
-
<li class="
|
738
|
+
<li class="r1 ">
|
729
739
|
<span class='object_link'><a href="Bovem/Application.html#show_commands-instance_method" title="Bovem::Application#show_commands (method)">#show_commands</a></span>
|
730
740
|
<small>Bovem::Application</small>
|
731
741
|
</li>
|
732
742
|
|
733
743
|
|
734
|
-
<li class="r1 ">
|
735
|
-
<span class='object_link'><a href="Bovem/ShellMethods/General.html#show_general_failure-instance_method" title="Bovem::ShellMethods::General#show_general_failure (method)">#show_general_failure</a></span>
|
736
|
-
<small>Bovem::ShellMethods::General</small>
|
737
|
-
</li>
|
738
|
-
|
739
|
-
|
740
744
|
<li class="r2 ">
|
741
745
|
<span class='object_link'><a href="Bovem/CommandMethods/Help.html#show_help-instance_method" title="Bovem::CommandMethods::Help#show_help (method)">#show_help</a></span>
|
742
746
|
<small>Bovem::CommandMethods::Help</small>
|