lib/trello_cli/cli/commands/card.rb in trello_cli-0.3.0 vs lib/trello_cli/cli/commands/card.rb in trello_cli-0.4.0

- old
+ new

@@ -6,12 +6,9 @@ include Shared def create ensure_credential_envs_set TrelloCli::CLI::Card::Create.new.run - rescue TrelloCli::Errors => e - puts "error: #{e}" - exit 1 end def list ensure_credential_envs_set TrelloCli::CLI::Card::List.new.run