bin/targit in targit-0.1.2 vs bin/targit in targit-0.1.3
- old
+ new
@@ -14,10 +14,10 @@
p.description 'Tool for adding GitHub release assets'
p.syntax 'targit [options] USER/REPO TAG /path/to/file'
# rubocop:disable Style/LineLength
p.option :force, '-f', '--force', 'Replace the asset if it already exists'
- p.option :create, '-c=[NAME]', '--create=[NAME]', 'Create release if it does not exist'
+ p.option :create, '-c', '--create [NAME]', 'Create release if it does not exist'
p.option :prerelease, '-p', '--prerelease', 'With -c, create as a dev release'
p.option :authfile, '-a FILE', '--authfile FILE', 'Set the auth file for GitHub credentials'
p.option :name, '-n NAME', '--name NAME', 'Set the name for the release asset'
# rubocop:enable Style/LineLength