lib/gooddata/cli/commands/domain_cmd.rb in gooddata-0.6.11 vs lib/gooddata/cli/commands/domain_cmd.rb in gooddata-0.6.12

- old
+ new

@@ -2,13 +2,11 @@ require_relative '../shared' require_relative '../../commands/domain' GoodData::CLI.module_eval do - desc 'Manage domain' command :domain do |c| - c.desc 'Add user to domain' c.command :add_user do |add_user| add_user.action do |global_options, options, args| opts = options.merge(global_options) client = GoodData.connect(opts)