como 0.1.4 → 0.1.5
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/CHANGELOG.rdoc +4 -0
- data/doc/Como/ArgsParseState.html +53 -53
- data/doc/Como/ComoCommon.html +4 -4
- data/doc/Como/MainOpt.html +51 -51
- data/doc/Como/Opt/ErrorWithData.html +4 -4
- data/doc/Como/Opt/InvalidOption.html +4 -4
- data/doc/Como/Opt/MissingArgument.html +4 -4
- data/doc/Como/Opt.html +913 -511
- data/doc/Como/RuleCheck.html +89 -89
- data/doc/Como/RuleDisplay.html +84 -84
- data/doc/Como/Spec.html +16 -16
- data/doc/Como.html +129 -123
- data/doc/_index.html +5 -5
- data/doc/class_list.html +6 -1
- data/doc/css/style.css +2 -1
- data/doc/file.CHANGELOG.html +27 -23
- data/doc/file.README.html +10 -10
- data/doc/file_list.html +6 -1
- data/doc/frames.html +5 -7
- data/doc/index.html +10 -10
- data/doc/js/app.js +7 -2
- data/doc/js/full_list.js +9 -6
- data/doc/method_list.html +167 -132
- data/doc/top-level-namespace.html +4 -4
- data/lib/como.rb +41 -11
- data/lib/version.rb +1 -1
- metadata +2 -2
data/doc/Como/Spec.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Como::Spec
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.6
|
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#!Como/Spec.html";
|
21
21
|
</script>
|
22
22
|
|
23
23
|
|
@@ -408,7 +408,7 @@
|
|
408
408
|
|
409
409
|
|
410
410
|
<span class="summary_desc"><div class='inline'>
|
411
|
-
<p>Set optional footer for
|
411
|
+
<p>Set optional footer for “usage”.</p>
|
412
412
|
</div></span>
|
413
413
|
|
414
414
|
</li>
|
@@ -432,7 +432,7 @@
|
|
432
432
|
|
433
433
|
|
434
434
|
<span class="summary_desc"><div class='inline'>
|
435
|
-
<p>Set optional header for
|
435
|
+
<p>Set optional header for “usage”.</p>
|
436
436
|
</div></span>
|
437
437
|
|
438
438
|
</li>
|
@@ -958,7 +958,7 @@
|
|
958
958
|
<div class="discussion">
|
959
959
|
|
960
960
|
<p>The primary entry point to Como. Defines the command switches and parses
|
961
|
-
the command line. Performs
|
961
|
+
the command line. Performs “usage” display if “help” was selected.</p>
|
962
962
|
|
963
963
|
|
964
964
|
</div>
|
@@ -1046,7 +1046,7 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
1046
1046
|
|
1047
1047
|
—
|
1048
1048
|
<div class='inline'>
|
1049
|
-
<p>Option definition
|
1049
|
+
<p>Option definition's behavioral config (changes @@config defaults).</p>
|
1050
1050
|
</div>
|
1051
1051
|
|
1052
1052
|
</li>
|
@@ -1219,7 +1219,7 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
1219
1219
|
|
1220
1220
|
—
|
1221
1221
|
<div class='inline'>
|
1222
|
-
<p>Option definition
|
1222
|
+
<p>Option definition's behavioral config (changes @@config defaults).</p>
|
1223
1223
|
</div>
|
1224
1224
|
|
1225
1225
|
</li>
|
@@ -1339,7 +1339,7 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
1339
1339
|
|
1340
1340
|
|
1341
1341
|
|
1342
|
-
<div class='inline'><dl class="rdoc-list"><dt
|
1342
|
+
<div class='inline'><dl class="rdoc-list label-list"><dt>
|
1343
1343
|
<dd>
|
1344
1344
|
<p>Subcmd definitions.</p>
|
1345
1345
|
</dd></dl>
|
@@ -1507,7 +1507,7 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
1507
1507
|
|
1508
1508
|
|
1509
1509
|
|
1510
|
-
<div class='inline'><dl class="rdoc-list"><dt
|
1510
|
+
<div class='inline'><dl class="rdoc-list label-list"><dt>
|
1511
1511
|
<dd>
|
1512
1512
|
<p>Subcmd definitions.</p>
|
1513
1513
|
</dd></dl>
|
@@ -1593,7 +1593,7 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
1593
1593
|
</h3><div class="docstring">
|
1594
1594
|
<div class="discussion">
|
1595
1595
|
|
1596
|
-
<p>Set optional footer for
|
1596
|
+
<p>Set optional footer for “usage”.</p>
|
1597
1597
|
|
1598
1598
|
|
1599
1599
|
</div>
|
@@ -1634,7 +1634,7 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
1634
1634
|
</h3><div class="docstring">
|
1635
1635
|
<div class="discussion">
|
1636
1636
|
|
1637
|
-
<p>Set optional header for
|
1637
|
+
<p>Set optional header for “usage”.</p>
|
1638
1638
|
|
1639
1639
|
|
1640
1640
|
</div>
|
@@ -1903,7 +1903,7 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
1903
1903
|
<span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_defaultOpt'>defaultOpt</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt_or_sub'>opt_or_sub</span><span class='lbracket'>[</span><span class='int'>3</span><span class='rbracket'>]</span> <span class='rparen'>)</span>
|
1904
1904
|
|
1905
1905
|
<span class='kw'>else</span>
|
1906
|
-
<span class='id identifier rubyid_raise'>raise</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Unknown option type: \"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_opt_or_sub'>opt_or_sub</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span><span class='
|
1906
|
+
<span class='id identifier rubyid_raise'>raise</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Unknown option type: \"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_opt_or_sub'>opt_or_sub</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span><span class='embexpr_end'>}</span><span class='tstring_content'>\"...</span><span class='tstring_end'>"</span></span>
|
1907
1907
|
|
1908
1908
|
<span class='kw'>end</span>
|
1909
1909
|
|
@@ -2126,7 +2126,7 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
2126
2126
|
|
2127
2127
|
|
2128
2128
|
—
|
2129
|
-
<div class='inline'><dl class="rdoc-list"><dt
|
2129
|
+
<div class='inline'><dl class="rdoc-list label-list"><dt>
|
2130
2130
|
<dd>
|
2131
2131
|
<p>Configuration options.</p>
|
2132
2132
|
</dd></dl>
|
@@ -2192,7 +2192,7 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
2192
2192
|
|
2193
2193
|
<span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_setSubcmd'>setSubcmd</span><span class='lparen'>(</span> <span class='id identifier rubyid_subcmd'>subcmd</span> <span class='rparen'>)</span>
|
2194
2194
|
|
2195
|
-
<span class='const'>Spec</span><span class='period'>.</span><span class='const'>ArgCheck</span><span class='lparen'>(</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Subcommand \"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_cmd'>cmd</span><span class='
|
2195
|
+
<span class='const'>Spec</span><span class='period'>.</span><span class='const'>ArgCheck</span><span class='lparen'>(</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Subcommand \"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_cmd'>cmd</span><span class='embexpr_end'>}</span><span class='tstring_content'>\" not defined.</span><span class='tstring_end'>"</span></span> <span class='rparen'>)</span> <span class='kw'>unless</span> <span class='id identifier rubyid_subcmd'>subcmd</span>
|
2196
2196
|
|
2197
2197
|
<span class='kw'>end</span>
|
2198
2198
|
|
@@ -2217,9 +2217,9 @@ the command line. Performs "usage" display if "help" was selected.</p>
|
|
2217
2217
|
</div>
|
2218
2218
|
|
2219
2219
|
<div id="footer">
|
2220
|
-
Generated on
|
2220
|
+
Generated on Mon Apr 20 18:44:03 2015 by
|
2221
2221
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2222
|
-
0.8.6
|
2222
|
+
0.8.7.6 (ruby-2.1.2).
|
2223
2223
|
</div>
|
2224
2224
|
|
2225
2225
|
</body>
|