Skip to content

Commit

Permalink
Better help text for the generate subcommand.
Browse files Browse the repository at this point in the history
Addresses issue npryce#36
  • Loading branch information
npryce committed Jun 25, 2018
1 parent b376d9a commit fda2732
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/adr-generate
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ eval "$($(dirname $0)/adr-config)"
## usage: adr generate [REPORT [OPTION ...]]
##
## Generates summary documentation about the architecture decision records.
##
## To list the report types that can be generated, run:
##
## adr generate
##
## To get help on a specific report generator, run:
##
## adr help generate <report-type>
##
## For example, the following command will run the "toc" (table of contents)
## generator:
##
## adr generate toc
##
## The following command will display help for the "toc" generator:
##
## adr help generate toc

cmd=$1

Expand Down

0 comments on commit fda2732

Please sign in to comment.