Skip to content

Commit

Permalink
fix: update help text in autogitc usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Sep 4, 2024
1 parent 1993094 commit e8a78aa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bin/autogitc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ require_relative '../lib/pr_template_generator'
if ARGV.include?('--help')
puts <<~HELP
Usage: autogitc [options]
Options:
pr Generate a pull request template
--base=<branch> Specify the base branch (default: main)
--nocommit, --nc Run without committing changes
--text=<text> Specify text that must be included in the commit
Usage autogitc pr [options]
This generates a pull request from existing template
--base=<branch> Specify the base branch (default: main)
Other options:
--help Display this help message
--version Show the version of autogitc
HELP
Expand Down

0 comments on commit e8a78aa

Please sign in to comment.