lib/geet/commandline/configuration.rb in geet-0.10.0 vs lib/geet/commandline/configuration.rb in geet-0.11.0

- old
+ new

@@ -58,9 +58,10 @@ ['-u', '--upstream', 'List on the upstream repository'], ].freeze PR_COMMENT_OPTIONS = [ ['-n', '--no-open-pr', "Don't open the PR link in the browser after creation"], + ['-u', '--upstream', 'Comment on the upstream repository'], 'comment', long_help: 'Add a comment to the PR for the current branch.' ] PR_CREATE_OPTIONS = [