Skip to content

Commit

Permalink
Document default values
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Aug 4, 2014
1 parent 5085c84 commit 494e083
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Appium Thor helpers for appium's gems (appium_lib, appium_capybara).
```ruby
Appium::Thor::Config.set do
gem_name 'appium_thor'
github_owner 'appium'
github_name 'appium_thor'
version_file 'lib/appium_thor/version.rb'
docs_block do
Expand All @@ -18,6 +19,17 @@ Appium::Thor::Config.set do
end
```

# Defaults

Option | Default
--:|:--
gem_name | must be provided
github_owner | `appium`
github_name | gem_name
version_file | `lib/#{gem_name}/version.rb`
docs_block | no docs are generated


--

# Available tasks
Expand Down

0 comments on commit 494e083

Please sign in to comment.