Module: SpaceArchitect::CLI::GlobalOptions
- Included in:
- Architect::Dispatch, Architect::Freeze, Architect::Init, Architect::New, Architect::Status, Architect::Variant::Add, Architect::Variant::Compare, Architect::Variant::Promote, Architect::Verify, Architect::Worktree::Add, Architect::Worktree::List, Architect::Worktree::Remove, Config::ConfigPath, Config::Set, Config::Show, Current, Init, List, New, Path, Repo::Add, Repo::RepoList, Repo::Resolve, Shell::Complete, Shell::Fish, Shell::ShellInit, Show, Status, Use
- Defined in:
- lib/space_architect/cli/options.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 9 |
# File 'lib/space_architect/cli/options.rb', line 6 def self.included(base) base.option :color, type: :string, default: "auto", desc: "Color output: auto, always, never" base.option :colors, type: :string, desc: "Alias for --color" end |