Module: Codeowners::Cli::Wizards

Defined in:
lib/codeowners/cli/wizards.rb,
lib/codeowners/cli/wizards/new_file_wizard.rb,
lib/codeowners/cli/wizards/new_owner_wizard.rb,
lib/codeowners/cli/wizards/useless_pattern_wizard.rb,
lib/codeowners/cli/wizards/unrecognized_line_wizard.rb

Overview

Contains helper classes that prompt the user for information required to resolve detected issues in interactive mode. They only return acquired information without applying any modifications.

Defined Under Namespace

Classes: NewFileWizard, NewOwnerWizard, UnrecognizedLineWizard, UselessPatternWizard