Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
seejohnrun committed Jan 4, 2013
1 parent 050ff67 commit 1f961ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -27,6 +27,7 @@ class Thing
argh 'command_attributes' do
attribute(:name)
attribute(:reverse_name) { name.reverse }
attribute(:direct, 'value')
end

private
Expand All @@ -37,7 +38,7 @@ class Thing

end

Thing.new.command_attributes # "-name 'Heyoo' -reverse_name 'ooyeH'"
Thing.new.command_attributes # "-name 'Heyoo' -reverse_name 'ooyeH' -direct 'value'"
```

The default formatter is built to work
Expand Down

0 comments on commit 1f961ae

Please sign in to comment.