lib/modulesync/cli.rb in modulesync-1.0.0 vs lib/modulesync/cli.rb in modulesync-1.1.0

- old
+ new

@@ -94,9 +94,10 @@ :default => false option :pr_title, :desc => 'Title of GitHub PR', :default => CLI.defaults[:pr_title] || 'Update to module template files' option :pr_labels, + :type => :array, :desc => 'Labels to add to the GitHub PR', :default => CLI.defaults[:pr_labels] || [] option :offline, :type => :boolean, :desc => 'Do not run any Git commands. Allows the user to manage Git outside of ModuleSync.',