lib/geet/commandline/configuration.rb in geet-0.19.0 vs lib/geet/commandline/configuration.rb in geet-0.21.0

- old
+ new

@@ -91,9 +91,10 @@ # SimpleScripting 0.9.3 doesn't allow frozen arrays when hash options are present. # # rubocop:disable Style/MutableConstant PR_MERGE_OPTIONS = [ ['-d', '--delete-branch', 'Delete the branch after merging'], + ['-s', '--squash', 'Squash merge'], ['-u', '--upstream', 'List on the upstream repository'], long_help: 'Merge the PR for the current branch' ] PR_OPEN_OPTIONS = [