Skip to content

Commit

Permalink
[sigh] Add -e, --entitlements option to sigh usage message
Browse files Browse the repository at this point in the history
The option support is already implemented but is not mentioned in the help message

[fastlane#4344]
  • Loading branch information
Maksym Grebenets authored and Maksym Grebenets committed Apr 25, 2016
1 parent f982ad9 commit 191058d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Metrics/MethodLength:
- '**/lib/fastlane/actions/*.rb'
- '**/bin/fastlane'
- '**/lib/*/options.rb'
- '**/bin/sigh'
Max: 60

AllCops:
Expand Down
1 change: 1 addition & 0 deletions sigh/bin/sigh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class SighApplication
'The path may be prefixed with a identifier in order to determine which provisioning profile should be used on which app.',
&multiple_values_option_proc(c, "provisioning_profile", &proc { |value| value.split('=', 2) })
c.option '-d', '--display_name STRING', String, 'Display name to use'
c.option '-e', '--entitlements PATH', String, 'The path to the entitlements file to use.'

c.action do |args, options|
Sigh::Resign.new.run(options, args)
Expand Down

0 comments on commit 191058d

Please sign in to comment.