bovem 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis-gemfile +1 -1
- data/Gemfile +1 -1
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/bovem.gemspec +2 -2
- data/doc/Bovem.html +2 -2
- data/doc/Bovem/Application.html +1 -1
- data/doc/Bovem/Command.html +1 -1
- data/doc/Bovem/CommandMethods.html +1 -1
- data/doc/Bovem/CommandMethods/Children.html +1 -1
- data/doc/Bovem/CommandMethods/Help.html +1 -1
- data/doc/Bovem/Configuration.html +1 -1
- data/doc/Bovem/Console.html +63 -63
- data/doc/Bovem/ConsoleMethods.html +1 -1
- data/doc/Bovem/ConsoleMethods/Interactions.html +31 -31
- data/doc/Bovem/ConsoleMethods/Interactions/ClassMethods.html +5 -5
- data/doc/Bovem/ConsoleMethods/Logging.html +197 -33
- data/doc/Bovem/ConsoleMethods/Logging/ClassMethods.html +1 -1
- data/doc/Bovem/ConsoleMethods/Output.html +1 -1
- data/doc/Bovem/ConsoleMethods/StyleHandling.html +1 -1
- data/doc/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html +1 -1
- data/doc/Bovem/Errors.html +1 -1
- data/doc/Bovem/Errors/Error.html +1 -1
- data/doc/Bovem/Errors/InvalidConfiguration.html +1 -1
- data/doc/Bovem/Errors/InvalidLogger.html +1 -1
- data/doc/Bovem/Localizer.html +1 -1
- data/doc/Bovem/Logger.html +1 -1
- data/doc/Bovem/Option.html +85 -37
- data/doc/Bovem/Parser.html +7 -7
- data/doc/Bovem/ParserMethods.html +1 -1
- data/doc/Bovem/ParserMethods/General.html +1 -1
- data/doc/Bovem/ParserMethods/General/ClassMethods.html +7 -11
- data/doc/Bovem/Shell.html +1 -1
- data/doc/Bovem/ShellMethods.html +1 -1
- data/doc/Bovem/ShellMethods/Directories.html +1 -1
- data/doc/Bovem/ShellMethods/Execute.html +1 -1
- data/doc/Bovem/ShellMethods/General.html +1 -1
- data/doc/Bovem/ShellMethods/Read.html +1 -1
- data/doc/Bovem/ShellMethods/Write.html +1 -1
- data/doc/Bovem/Version.html +2 -2
- data/doc/_index.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/method_list.html +49 -43
- data/doc/top-level-namespace.html +1 -1
- data/lib/bovem.rb +1 -1
- data/lib/bovem/application.rb +1 -1
- data/lib/bovem/command.rb +1 -1
- data/lib/bovem/configuration.rb +1 -1
- data/lib/bovem/console.rb +20 -1
- data/lib/bovem/errors.rb +1 -1
- data/lib/bovem/localizer.rb +1 -1
- data/lib/bovem/logger.rb +1 -1
- data/lib/bovem/option.rb +5 -3
- data/lib/bovem/parser.rb +13 -4
- data/lib/bovem/shell.rb +1 -1
- data/lib/bovem/version.rb +2 -2
- data/locales/en.yml +3 -2
- data/locales/it.yml +3 -2
- data/spec/bovem/application_spec.rb +1 -1
- data/spec/bovem/command_spec.rb +1 -1
- data/spec/bovem/configuration_spec.rb +1 -1
- data/spec/bovem/console_spec.rb +20 -1
- data/spec/bovem/errors_spec.rb +1 -1
- data/spec/bovem/logger_spec.rb +1 -1
- data/spec/bovem/option_spec.rb +1 -1
- data/spec/bovem/parser_spec.rb +1 -1
- data/spec/bovem/shell_spec.rb +1 -1
- data/spec/coverage_helper.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +3 -3
data/doc/Bovem/Parser.html
CHANGED
|
@@ -243,14 +243,14 @@
|
|
|
243
243
|
<pre class="lines">
|
|
244
244
|
|
|
245
245
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
246
|
+
110
|
|
247
|
+
111
|
|
248
|
+
112
|
|
249
|
+
113
|
|
250
|
+
114</pre>
|
|
251
251
|
</td>
|
|
252
252
|
<td>
|
|
253
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/parser.rb', line
|
|
253
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/parser.rb', line 110</span>
|
|
254
254
|
|
|
255
255
|
<span class='kw'>def</span> <span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
|
|
256
256
|
<span class='id identifier rubyid_args'>args</span> <span class='op'>=</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_ensure_array'>ensure_array</span><span class='period'>.</span><span class='id identifier rubyid_dup'>dup</span>
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
</div>
|
|
268
268
|
|
|
269
269
|
<div id="footer">
|
|
270
|
-
Generated on
|
|
270
|
+
Generated on Sun Aug 4 15:19:17 2013 by
|
|
271
271
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
272
272
|
0.8.7 (ruby-2.0.0).
|
|
273
273
|
</div>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on
|
|
119
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
121
|
0.8.7 (ruby-2.0.0).
|
|
122
122
|
</div>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
</div>
|
|
126
126
|
|
|
127
127
|
<div id="footer">
|
|
128
|
-
Generated on
|
|
128
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
129
129
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
130
130
|
0.8.7 (ruby-2.0.0).
|
|
131
131
|
</div>
|
|
@@ -308,16 +308,12 @@
|
|
|
308
308
|
47
|
|
309
309
|
48
|
|
310
310
|
49
|
|
311
|
-
50
|
|
312
|
-
51
|
|
313
|
-
52</pre>
|
|
311
|
+
50</pre>
|
|
314
312
|
</td>
|
|
315
313
|
<td>
|
|
316
314
|
<pre class="code"><span class="info file"># File 'lib/bovem/parser.rb', line 37</span>
|
|
317
315
|
|
|
318
316
|
<span class='kw'>def</span> <span class='id identifier rubyid_find_command'>find_command</span><span class='lparen'>(</span><span class='id identifier rubyid_arg'>arg</span><span class='comma'>,</span> <span class='id identifier rubyid_command'>command</span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='id identifier rubyid_separator'>separator</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>:</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
319
|
-
<span class='id identifier rubyid_args'>args</span> <span class='op'>=</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_ensure_array'>ensure_array</span><span class='period'>.</span><span class='id identifier rubyid_dup'>dup</span>
|
|
320
|
-
|
|
321
317
|
<span class='kw'>if</span> <span class='id identifier rubyid_command'>command</span><span class='period'>.</span><span class='id identifier rubyid_commands'>commands</span><span class='period'>.</span><span class='id identifier rubyid_present?'>present?</span> <span class='kw'>then</span>
|
|
322
318
|
<span class='id identifier rubyid_arg'>arg</span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span> <span class='op'>=</span> <span class='id identifier rubyid_adjust_command'>adjust_command</span><span class='lparen'>(</span><span class='id identifier rubyid_arg'>arg</span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='id identifier rubyid_separator'>separator</span><span class='rparen'>)</span>
|
|
323
319
|
|
|
@@ -325,7 +321,7 @@
|
|
|
325
321
|
<span class='kw'>if</span> <span class='id identifier rubyid_matching'>matching</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span> <span class='op'>==</span> <span class='int'>1</span> <span class='comment'># Found a command
|
|
326
322
|
</span> <span class='lbrace'>{</span><span class='label'>name:</span> <span class='id identifier rubyid_matching'>matching</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='label'>args:</span> <span class='id identifier rubyid_args'>args</span><span class='rbrace'>}</span>
|
|
327
323
|
<span class='kw'>elsif</span> <span class='id identifier rubyid_matching'>matching</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span> <span class='op'>></span> <span class='int'>1</span> <span class='comment'># Ambiguous match
|
|
328
|
-
</span> <span class='id identifier rubyid_raise'>raise</span> <span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Errors</span><span class='op'>::</span><span class='const'>Error</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span><span class='comma'>,</span> <span class='symbol'>:ambiguous_command</span><span class='comma'>,</span> <span class='id identifier rubyid_command'>command</span><span class='period'>.</span><span class='id identifier rubyid_i18n'>i18n</span><span class='period'>.</span><span class='id identifier rubyid_ambigous_command'>ambigous_command</span><span class='lparen'>(</span><span class='id identifier rubyid_arg'>arg</span><span class='comma'>,</span> <span class='
|
|
324
|
+
</span> <span class='id identifier rubyid_raise'>raise</span> <span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Errors</span><span class='op'>::</span><span class='const'>Error</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span><span class='comma'>,</span> <span class='symbol'>:ambiguous_command</span><span class='comma'>,</span> <span class='id identifier rubyid_command'>command</span><span class='period'>.</span><span class='id identifier rubyid_i18n'>i18n</span><span class='period'>.</span><span class='id identifier rubyid_ambigous_command'>ambigous_command</span><span class='lparen'>(</span><span class='id identifier rubyid_arg'>arg</span><span class='comma'>,</span> <span class='id identifier rubyid_format_alternatives'>format_alternatives</span><span class='lparen'>(</span><span class='id identifier rubyid_matching'>matching</span><span class='comma'>,</span> <span class='id identifier rubyid_command'>command</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
|
329
325
|
<span class='kw'>end</span>
|
|
330
326
|
<span class='kw'>else</span>
|
|
331
327
|
<span class='kw'>nil</span>
|
|
@@ -412,12 +408,12 @@
|
|
|
412
408
|
<pre class="lines">
|
|
413
409
|
|
|
414
410
|
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
411
|
+
57
|
|
412
|
+
58
|
|
413
|
+
59</pre>
|
|
418
414
|
</td>
|
|
419
415
|
<td>
|
|
420
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/parser.rb', line
|
|
416
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/parser.rb', line 57</span>
|
|
421
417
|
|
|
422
418
|
<span class='kw'>def</span> <span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
|
|
423
419
|
<span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Parser</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_command'>command</span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
|
|
@@ -565,7 +561,7 @@
|
|
|
565
561
|
</div>
|
|
566
562
|
|
|
567
563
|
<div id="footer">
|
|
568
|
-
Generated on
|
|
564
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
569
565
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
570
566
|
0.8.7 (ruby-2.0.0).
|
|
571
567
|
</div>
|
data/doc/Bovem/Shell.html
CHANGED
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
</div>
|
|
494
494
|
|
|
495
495
|
<div id="footer">
|
|
496
|
-
Generated on
|
|
496
|
+
Generated on Sun Aug 4 15:19:17 2013 by
|
|
497
497
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
498
498
|
0.8.7 (ruby-2.0.0).
|
|
499
499
|
</div>
|
data/doc/Bovem/ShellMethods.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on
|
|
119
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
121
|
0.8.7 (ruby-2.0.0).
|
|
122
122
|
</div>
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
</div>
|
|
474
474
|
|
|
475
475
|
<div id="footer">
|
|
476
|
-
Generated on
|
|
476
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
477
477
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
478
478
|
0.8.7 (ruby-2.0.0).
|
|
479
479
|
</div>
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
</div>
|
|
557
557
|
|
|
558
558
|
<div id="footer">
|
|
559
|
-
Generated on
|
|
559
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
560
560
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
561
561
|
0.8.7 (ruby-2.0.0).
|
|
562
562
|
</div>
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
</div>
|
|
552
552
|
|
|
553
553
|
<div id="footer">
|
|
554
|
-
Generated on
|
|
554
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
555
555
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
556
556
|
0.8.7 (ruby-2.0.0).
|
|
557
557
|
</div>
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
</div>
|
|
443
443
|
|
|
444
444
|
<div id="footer">
|
|
445
|
-
Generated on
|
|
445
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
446
446
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
447
447
|
0.8.7 (ruby-2.0.0).
|
|
448
448
|
</div>
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
</div>
|
|
666
666
|
|
|
667
667
|
<div id="footer">
|
|
668
|
-
Generated on
|
|
668
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
669
669
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
670
670
|
0.8.7 (ruby-2.0.0).
|
|
671
671
|
</div>
|
data/doc/Bovem/Version.html
CHANGED
|
@@ -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'>2</span></pre></dd>
|
|
153
153
|
|
|
154
154
|
<dt id="STRING-constant" class="">STRING =
|
|
155
155
|
<div class="docstring">
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
</div>
|
|
181
181
|
|
|
182
182
|
<div id="footer">
|
|
183
|
-
Generated on
|
|
183
|
+
Generated on Sun Aug 4 15:19:17 2013 by
|
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
185
185
|
0.8.7 (ruby-2.0.0).
|
|
186
186
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
</div>
|
|
455
455
|
|
|
456
456
|
<div id="footer">
|
|
457
|
-
Generated on
|
|
457
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
458
458
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
459
459
|
0.8.7 (ruby-2.0.0).
|
|
460
460
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -188,13 +188,13 @@ $ ./test help manage
|
|
|
188
188
|
|
|
189
189
|
<h2 id="copyright">Copyright</h2>
|
|
190
190
|
|
|
191
|
-
<p>Copyright (C) 2013 and above Shogun (
|
|
191
|
+
<p>Copyright (C) 2013 and above Shogun (shogun@cowtech.it).</p>
|
|
192
192
|
|
|
193
193
|
<p>Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
|
|
194
194
|
</div></div>
|
|
195
195
|
|
|
196
196
|
<div id="footer">
|
|
197
|
-
Generated on
|
|
197
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
198
198
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
199
199
|
0.8.7 (ruby-2.0.0).
|
|
200
200
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -188,13 +188,13 @@ $ ./test help manage
|
|
|
188
188
|
|
|
189
189
|
<h2 id="copyright">Copyright</h2>
|
|
190
190
|
|
|
191
|
-
<p>Copyright (C) 2013 and above Shogun (
|
|
191
|
+
<p>Copyright (C) 2013 and above Shogun (shogun@cowtech.it).</p>
|
|
192
192
|
|
|
193
193
|
<p>Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
|
|
194
194
|
</div></div>
|
|
195
195
|
|
|
196
196
|
<div id="footer">
|
|
197
|
-
Generated on
|
|
197
|
+
Generated on Sun Aug 4 15:19:16 2013 by
|
|
198
198
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
199
199
|
0.8.7 (ruby-2.0.0).
|
|
200
200
|
</div>
|
data/doc/method_list.html
CHANGED
|
@@ -594,14 +594,14 @@
|
|
|
594
594
|
|
|
595
595
|
|
|
596
596
|
<li class="r2 ">
|
|
597
|
-
<span class='object_link'><a href="Bovem/
|
|
598
|
-
<small>Bovem::
|
|
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
599
|
</li>
|
|
600
600
|
|
|
601
601
|
|
|
602
602
|
<li class="r1 ">
|
|
603
|
-
<span class='object_link'><a href="Bovem/
|
|
604
|
-
<small>Bovem::
|
|
603
|
+
<span class='object_link'><a href="Bovem/Parser.html#parse-instance_method" title="Bovem::Parser#parse (method)">#parse</a></span>
|
|
604
|
+
<small>Bovem::Parser</small>
|
|
605
605
|
</li>
|
|
606
606
|
|
|
607
607
|
|
|
@@ -618,65 +618,65 @@
|
|
|
618
618
|
|
|
619
619
|
|
|
620
620
|
<li class="r2 ">
|
|
621
|
+
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#progress-instance_method" title="Bovem::ConsoleMethods::Logging#progress (method)">#progress</a></span>
|
|
622
|
+
<small>Bovem::ConsoleMethods::Logging</small>
|
|
623
|
+
</li>
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
<li class="r1 ">
|
|
621
627
|
<span class='object_link'><a href="Bovem/Option.html#provided%3F-instance_method" title="Bovem::Option#provided? (method)">#provided?</a></span>
|
|
622
628
|
<small>Bovem::Option</small>
|
|
623
629
|
</li>
|
|
624
630
|
|
|
625
631
|
|
|
626
|
-
<li class="
|
|
632
|
+
<li class="r2 ">
|
|
627
633
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html#read-instance_method" title="Bovem::ConsoleMethods::Interactions#read (method)">#read</a></span>
|
|
628
634
|
<small>Bovem::ConsoleMethods::Interactions</small>
|
|
629
635
|
</li>
|
|
630
636
|
|
|
631
637
|
|
|
632
|
-
<li class="
|
|
638
|
+
<li class="r1 ">
|
|
633
639
|
<span class='object_link'><a href="Bovem/Errors/Error.html#reason-instance_method" title="Bovem::Errors::Error#reason (method)">#reason</a></span>
|
|
634
640
|
<small>Bovem::Errors::Error</small>
|
|
635
641
|
</li>
|
|
636
642
|
|
|
637
643
|
|
|
638
|
-
<li class="
|
|
644
|
+
<li class="r2 ">
|
|
639
645
|
<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>
|
|
640
646
|
<small>Bovem::ConsoleMethods::StyleHandling</small>
|
|
641
647
|
</li>
|
|
642
648
|
|
|
643
649
|
|
|
644
|
-
<li class="
|
|
650
|
+
<li class="r1 ">
|
|
645
651
|
<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>
|
|
646
652
|
<small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
|
|
647
653
|
</li>
|
|
648
654
|
|
|
649
655
|
|
|
650
|
-
<li class="
|
|
656
|
+
<li class="r2 ">
|
|
651
657
|
<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>
|
|
652
658
|
<small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
|
|
653
659
|
</li>
|
|
654
660
|
|
|
655
661
|
|
|
656
|
-
<li class="
|
|
662
|
+
<li class="r1 ">
|
|
657
663
|
<span class='object_link'><a href="Bovem/Option.html#required-instance_method" title="Bovem::Option#required (method)">#required</a></span>
|
|
658
664
|
<small>Bovem::Option</small>
|
|
659
665
|
</li>
|
|
660
666
|
|
|
661
667
|
|
|
662
|
-
<li class="
|
|
668
|
+
<li class="r2 ">
|
|
663
669
|
<span class='object_link'><a href="Bovem/Option.html#requires_argument%3F-instance_method" title="Bovem::Option#requires_argument? (method)">#requires_argument?</a></span>
|
|
664
670
|
<small>Bovem::Option</small>
|
|
665
671
|
</li>
|
|
666
672
|
|
|
667
673
|
|
|
668
|
-
<li class="
|
|
674
|
+
<li class="r1 ">
|
|
669
675
|
<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>
|
|
670
676
|
<small>Bovem::ConsoleMethods::Output</small>
|
|
671
677
|
</li>
|
|
672
678
|
|
|
673
679
|
|
|
674
|
-
<li class="r1 ">
|
|
675
|
-
<span class='object_link'><a href="Bovem/Application.html#run-instance_method" title="Bovem::Application#run (method)">#run</a></span>
|
|
676
|
-
<small>Bovem::Application</small>
|
|
677
|
-
</li>
|
|
678
|
-
|
|
679
|
-
|
|
680
680
|
<li class="r2 ">
|
|
681
681
|
<span class='object_link'><a href="Bovem/ShellMethods/Execute.html#run-instance_method" title="Bovem::ShellMethods::Execute#run (method)">#run</a></span>
|
|
682
682
|
<small>Bovem::ShellMethods::Execute</small>
|
|
@@ -684,156 +684,162 @@
|
|
|
684
684
|
|
|
685
685
|
|
|
686
686
|
<li class="r1 ">
|
|
687
|
+
<span class='object_link'><a href="Bovem/Application.html#run-instance_method" title="Bovem::Application#run (method)">#run</a></span>
|
|
688
|
+
<small>Bovem::Application</small>
|
|
689
|
+
</li>
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
<li class="r2 ">
|
|
687
693
|
<span class='object_link'><a href="Bovem/Option.html#set-instance_method" title="Bovem::Option#set (method)">#set</a></span>
|
|
688
694
|
<small>Bovem::Option</small>
|
|
689
695
|
</li>
|
|
690
696
|
|
|
691
697
|
|
|
692
|
-
<li class="
|
|
698
|
+
<li class="r1 ">
|
|
693
699
|
<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>
|
|
694
700
|
<small>Bovem::ConsoleMethods::Output</small>
|
|
695
701
|
</li>
|
|
696
702
|
|
|
697
703
|
|
|
698
|
-
<li class="
|
|
704
|
+
<li class="r2 ">
|
|
699
705
|
<span class='object_link'><a href="Bovem/ShellMethods/General.html#setup_error_handling-instance_method" title="Bovem::ShellMethods::General#setup_error_handling (method)">#setup_error_handling</a></span>
|
|
700
706
|
<small>Bovem::ShellMethods::General</small>
|
|
701
707
|
</li>
|
|
702
708
|
|
|
703
709
|
|
|
704
|
-
<li class="
|
|
710
|
+
<li class="r1 ">
|
|
705
711
|
<span class='object_link'><a href="Bovem/Command.html#setup_with-instance_method" title="Bovem::Command#setup_with (method)">#setup_with</a></span>
|
|
706
712
|
<small>Bovem::Command</small>
|
|
707
713
|
</li>
|
|
708
714
|
|
|
709
715
|
|
|
710
|
-
<li class="
|
|
716
|
+
<li class="r2 ">
|
|
711
717
|
<span class='object_link'><a href="Bovem/Application.html#shell-instance_method" title="Bovem::Application#shell (method)">#shell</a></span>
|
|
712
718
|
<small>Bovem::Application</small>
|
|
713
719
|
</li>
|
|
714
720
|
|
|
715
721
|
|
|
716
|
-
<li class="
|
|
722
|
+
<li class="r1 ">
|
|
717
723
|
<span class='object_link'><a href="Bovem/Option.html#short-instance_method" title="Bovem::Option#short (method)">#short</a></span>
|
|
718
724
|
<small>Bovem::Option</small>
|
|
719
725
|
</li>
|
|
720
726
|
|
|
721
727
|
|
|
722
|
-
<li class="
|
|
728
|
+
<li class="r2 ">
|
|
723
729
|
<span class='object_link'><a href="Bovem/Application.html#show_commands-instance_method" title="Bovem::Application#show_commands (method)">#show_commands</a></span>
|
|
724
730
|
<small>Bovem::Application</small>
|
|
725
731
|
</li>
|
|
726
732
|
|
|
727
733
|
|
|
728
|
-
<li class="
|
|
734
|
+
<li class="r1 ">
|
|
729
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>
|
|
730
736
|
<small>Bovem::ShellMethods::General</small>
|
|
731
737
|
</li>
|
|
732
738
|
|
|
733
739
|
|
|
734
|
-
<li class="
|
|
740
|
+
<li class="r2 ">
|
|
735
741
|
<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>
|
|
736
742
|
<small>Bovem::CommandMethods::Help</small>
|
|
737
743
|
</li>
|
|
738
744
|
|
|
739
745
|
|
|
740
|
-
<li class="
|
|
746
|
+
<li class="r1 ">
|
|
741
747
|
<span class='object_link'><a href="Bovem/Application.html#skip_commands-instance_method" title="Bovem::Application#skip_commands (method)">#skip_commands</a></span>
|
|
742
748
|
<small>Bovem::Application</small>
|
|
743
749
|
</li>
|
|
744
750
|
|
|
745
751
|
|
|
746
|
-
<li class="
|
|
752
|
+
<li class="r2 ">
|
|
747
753
|
<span class='object_link'><a href="Bovem/ParserMethods/General/ClassMethods.html#smart_join-instance_method" title="Bovem::ParserMethods::General::ClassMethods#smart_join (method)">#smart_join</a></span>
|
|
748
754
|
<small>Bovem::ParserMethods::General::ClassMethods</small>
|
|
749
755
|
</li>
|
|
750
756
|
|
|
751
757
|
|
|
752
|
-
<li class="
|
|
758
|
+
<li class="r1 ">
|
|
753
759
|
<span class='object_link'><a href="Bovem/Logger.html#start_time-class_method" title="Bovem::Logger.start_time (method)">start_time</a></span>
|
|
754
760
|
<small>Bovem::Logger</small>
|
|
755
761
|
</li>
|
|
756
762
|
|
|
757
763
|
|
|
758
|
-
<li class="
|
|
764
|
+
<li class="r2 ">
|
|
759
765
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#status-instance_method" title="Bovem::ConsoleMethods::Logging#status (method)">#status</a></span>
|
|
760
766
|
<small>Bovem::ConsoleMethods::Logging</small>
|
|
761
767
|
</li>
|
|
762
768
|
|
|
763
769
|
|
|
764
|
-
<li class="
|
|
770
|
+
<li class="r1 ">
|
|
765
771
|
<span class='object_link'><a href="Bovem/Command.html#synopsis-instance_method" title="Bovem::Command#synopsis (method)">#synopsis</a></span>
|
|
766
772
|
<small>Bovem::Command</small>
|
|
767
773
|
</li>
|
|
768
774
|
|
|
769
775
|
|
|
770
|
-
<li class="
|
|
776
|
+
<li class="r2 ">
|
|
771
777
|
<span class='object_link'><a href="Bovem/Errors/Error.html#target-instance_method" title="Bovem::Errors::Error#target (method)">#target</a></span>
|
|
772
778
|
<small>Bovem::Errors::Error</small>
|
|
773
779
|
</li>
|
|
774
780
|
|
|
775
781
|
|
|
776
|
-
<li class="
|
|
782
|
+
<li class="r1 ">
|
|
777
783
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html#task-instance_method" title="Bovem::ConsoleMethods::Interactions#task (method)">#task</a></span>
|
|
778
784
|
<small>Bovem::ConsoleMethods::Interactions</small>
|
|
779
785
|
</li>
|
|
780
786
|
|
|
781
787
|
|
|
782
|
-
<li class="
|
|
788
|
+
<li class="r2 ">
|
|
783
789
|
<span class='object_link'><a href="Bovem/Option.html#type-instance_method" title="Bovem::Option#type (method)">#type</a></span>
|
|
784
790
|
<small>Bovem::Option</small>
|
|
785
791
|
</li>
|
|
786
792
|
|
|
787
793
|
|
|
788
|
-
<li class="
|
|
794
|
+
<li class="r1 ">
|
|
789
795
|
<span class='object_link'><a href="Bovem/Option.html#validator-instance_method" title="Bovem::Option#validator (method)">#validator</a></span>
|
|
790
796
|
<small>Bovem::Option</small>
|
|
791
797
|
</li>
|
|
792
798
|
|
|
793
799
|
|
|
794
|
-
<li class="
|
|
800
|
+
<li class="r2 ">
|
|
795
801
|
<span class='object_link'><a href="Bovem/Option.html#value-instance_method" title="Bovem::Option#value (method)">#value</a></span>
|
|
796
802
|
<small>Bovem::Option</small>
|
|
797
803
|
</li>
|
|
798
804
|
|
|
799
805
|
|
|
800
|
-
<li class="
|
|
806
|
+
<li class="r1 ">
|
|
801
807
|
<span class='object_link'><a href="Bovem/Application.html#version-instance_method" title="Bovem::Application#version (method)">#version</a></span>
|
|
802
808
|
<small>Bovem::Application</small>
|
|
803
809
|
</li>
|
|
804
810
|
|
|
805
811
|
|
|
806
|
-
<li class="
|
|
812
|
+
<li class="r2 ">
|
|
807
813
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#warn-instance_method" title="Bovem::ConsoleMethods::Logging#warn (method)">#warn</a></span>
|
|
808
814
|
<small>Bovem::ConsoleMethods::Logging</small>
|
|
809
815
|
</li>
|
|
810
816
|
|
|
811
817
|
|
|
812
|
-
<li class="
|
|
818
|
+
<li class="r1 ">
|
|
813
819
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#with_indentation-instance_method" title="Bovem::ConsoleMethods::Output#with_indentation (method)">#with_indentation</a></span>
|
|
814
820
|
<small>Bovem::ConsoleMethods::Output</small>
|
|
815
821
|
</li>
|
|
816
822
|
|
|
817
823
|
|
|
818
|
-
<li class="
|
|
824
|
+
<li class="r2 ">
|
|
819
825
|
<span class='object_link'><a href="Bovem/ShellMethods/Directories.html#within_directory-instance_method" title="Bovem::ShellMethods::Directories#within_directory (method)">#within_directory</a></span>
|
|
820
826
|
<small>Bovem::ShellMethods::Directories</small>
|
|
821
827
|
</li>
|
|
822
828
|
|
|
823
829
|
|
|
824
|
-
<li class="
|
|
830
|
+
<li class="r1 ">
|
|
825
831
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#wrap-instance_method" title="Bovem::ConsoleMethods::Output#wrap (method)">#wrap</a></span>
|
|
826
832
|
<small>Bovem::ConsoleMethods::Output</small>
|
|
827
833
|
</li>
|
|
828
834
|
|
|
829
835
|
|
|
830
|
-
<li class="
|
|
836
|
+
<li class="r2 ">
|
|
831
837
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#write-instance_method" title="Bovem::ConsoleMethods::Logging#write (method)">#write</a></span>
|
|
832
838
|
<small>Bovem::ConsoleMethods::Logging</small>
|
|
833
839
|
</li>
|
|
834
840
|
|
|
835
841
|
|
|
836
|
-
<li class="
|
|
842
|
+
<li class="r1 ">
|
|
837
843
|
<span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#write_banner_aligned-instance_method" title="Bovem::ConsoleMethods::Logging#write_banner_aligned (method)">#write_banner_aligned</a></span>
|
|
838
844
|
<small>Bovem::ConsoleMethods::Logging</small>
|
|
839
845
|
</li>
|