Sha256: ec6a546346958b6db77fc5d992c34e45fa8e91e67e0a4961718e0594a92dc7c0
Contents?: true
Size: 823 Bytes
Versions: 1
Compression:
Stored size: 823 Bytes
Contents
module Rallycat class Help def to_s <<-HELP Rallycat is a command line utility for interacting with Rally. Configuration: Configuration is available through a ~/.rallycatrc file formatted as YAML. The file should have two keys: `username` and `password` for authenticating with the Rally API. Additionally, the `-u [USERNAME]` and `-p [PASSWORD]` flags may be provided at runtime and will take higher precedence than the configuration file. Global Options: -u [USERNAME] # The Rally user -p [PASSWORD] # The password for the Rally user -h, --help # Displays this help text Commands: rallycat cat [STORY NUMBER] # Displays the user story rallycat help # Displays this help text HELP end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rallycat-0.2.0 | lib/rallycat/help.rb |