Module: Squared::Common
- Defined in:
- lib/squared/common/base.rb,
lib/squared/common/class.rb,
lib/squared/common/shell.rb,
lib/squared/common/utils.rb,
lib/squared/common/format.rb,
lib/squared/common/prompt.rb,
lib/squared/common/system.rb
Defined Under Namespace
Modules: Format, Prompt, Shell, System, Utils Classes: JoinSet, SymSet
Constant Summary collapse
- ARG =
{ PIPE: 1, OUT: nil, VERBOSE: nil, FAIL: false, COMMON: true, BANNER: true, SPACE: ' => ', GRAPH: ['│', '─', '├', '└', '┬'], COLOR: ENV.fetch('NO_COLOR', '').empty? }