ytools 0.2.3 → 0.2.4
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.
- data/lib/VERSION +1 -1
- data/lib/ytools/basecli.rb +1 -0
- data/lib/ytools/path/cli.rb +0 -2
- metadata +3 -3
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.4
|
data/lib/ytools/basecli.rb
CHANGED
|
@@ -23,6 +23,7 @@ module YTools
|
|
|
23
23
|
protected
|
|
24
24
|
def tail(command)
|
|
25
25
|
command.alter do
|
|
26
|
+
string :literal, "Evaluate a literal string in addition to any file paths."
|
|
26
27
|
boolean :strict, "Checks to make sure all of the YAML files exist before proceeding."
|
|
27
28
|
boolean_ :examples, "Show some examples on how to use the path syntax." do
|
|
28
29
|
validate do |show, options|
|
data/lib/ytools/path/cli.rb
CHANGED
metadata
CHANGED