Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jun 8, 2015
1 parent 4f099c2 commit 85c4855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions examples/list_option.rb
Expand Up @@ -17,11 +17,6 @@ def run
end
end
end

if __FILE__ == $PROGRAM_NAME
ListCommand.parse('--echo "Message 1" --echo "Message 2"').run
puts
puts '=' * 60
puts
ListCommand.parse('--echo "Message 3" --echo "Message 4" -ll').run
end
# Use examples:
# ListCommand.parse('--echo "Message 1" --echo "Message 2"').run
# ListCommand.parse('--echo "Message 3" --echo "Message 4" -ll').run
2 changes: 1 addition & 1 deletion lib/clin/version.rb
@@ -1,4 +1,4 @@
# Clin version
module Clin
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit 85c4855

Please sign in to comment.