lib/glyph/commands/config.rb in glyph-0.5.1 vs lib/glyph/commands/config.rb in glyph-0.5.2

- old
+ new

@@ -1,7 +1,7 @@ # encoding: utf-8 -GLI.desc 'Get/set configuration settings' +d 'Get/set configuration settings' arg_name "setting [new_value]" command :config do |c| c.desc "Read from/Save to global configuration" c.switch [:g, :global] c.action do |global_options,options,args|