summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-24 11:11:20 -0700
committerTim Smith <tsmith@chef.io>2018-07-24 11:11:20 -0700
commit09c0fcdddf9a19184b5c3851ea6674e2ed8c114c (patch)
tree5946f5cf70c3659de42151c4c673410e2c0e3a57 /README.md
parent3d4edcf6b05927b95e31e6859178193fdcbc10b0 (diff)
downloadmixlib-cli-09c0fcdddf9a19184b5c3851ea6674e2ed8c114c.tar.gz
Add contributing docs link
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4a891b3..7dd7477 100644
--- a/README.md
+++ b/README.md
@@ -68,10 +68,10 @@ MyConfig[:log_level] # :debug
Available arguments to 'option':
- `:short`: The short option, just like from optparse. Example: "-l LEVEL"
-- `:long`: The long option, just like from optparse. Example: "--level LEVEL"
+- `:long`: The long option, just like from optparse. Example: "--level LEVEL"
- `:description`: The description for this item, just like from optparse.
- `:default`: A default value for this option
-- `:required`: Prints a message informing the user of the missing requirement, and exits. Default is false.
+- `:required`: Prints a message informing the user of the missing requirement, and exits. Default is false.
- `:on`: Set to :tail to appear at the end, or `:head`: to appear at the top.
- `:boolean:`: If this option takes no arguments, set this to true.
- `:show_options`: If you want the option list printed when this option is called, set this to true.
@@ -88,7 +88,11 @@ cli.parse_options
cli.cli_arguments # [ 'file1', 'file2', 'file3' ]
```
-## LICENSE:
+## Contributing
+
+For information on contributing to this gem please see our [Contributing Documentation](https://github.com/chef/chef/blob/master/CONTRIBUTING.md)
+
+## License & Copyright
- Copyright:: Copyright (c) 2008-2018 Chef Software, Inc.
- License:: Apache License, Version 2.0