# File lib/rhc/context_helper.rb, line 26
        def self.takes_domain(opts={})
          if opts[:argument]
            argument :namespace, "Name of a domain", ["-n", "--namespace NAME"], :allow_nil => true, :default => :from_local_git
          else
            #:nocov:
            option ["-n", "--namespace NAME"], "Name of a domain", :default => :from_local_git
            #:nocov:
          end
        end