lib/neetob/cli/github/issues/commands.rb in neetob-0.3.1 vs lib/neetob/cli/github/issues/commands.rb in neetob-0.3.2

- old
+ new

@@ -28,10 +28,10 @@ options[:repos], options[:assignee], options[:state], options[:search], options[:count], options[:label], options[:sandbox]).run end desc "create", "Create a issue in the Github repos" - option :title, type: :string, required: true, aliases: "-t", desc: "Title of the issue" + option :title, type: :string, aliases: "-t", desc: "Title of the issue" option :description, type: :string, aliases: "-d", desc: "Description of the issue" option :assignee, type: :string, desc: "Username of the user you want to assign this issue." option :labels, type: :string, desc: "List of comma separated labels you want to add in this issue. Example: \"--labels bug,ui\"" def create Create.new(