Class: Codeowners::CLI::Commands::Command

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/codeowners/cli.rb

Direct Known Subclasses

Contributors, Guess, Import::Org, List, Version

Instance Method Summary collapse

Constructor Details

#initialize(out: $stdout) ⇒ Command

Returns a new instance of Command.



12
13
14
# File 'lib/codeowners/cli.rb', line 12

def initialize(out: $stdout)
  @out = out
end