Top Level Namespace

Defined Under Namespace

Modules: CommandHelper, Redmine, Renuo, Toggl Classes: CloudfrontConfigService, CommitLeaderboardStage, CommitLeaderboardSync, ConfigureSemaphore, ConfigureSentry, CreateAwsProject, CreateHerokuApp, CreateNewLogins, CreateSlidevPresentation, FetchEmails, GeneratePassword, HerokuApps, HerokuUsers, ListLargeGitFiles, LocalStorage, MarkdownParserService, NameDisplay, ReleaseProject, ReleaseXing, RenuoCliConfig, RenuoVersion, SecretsFetcher, SetupUptimerobot, SyncError, TogglRedmineComparator, UpgradeLaptop, UpgradeLaptopExecution, UpgradeMacOS, Work

Constant Summary collapse

MAIN =
"main"
MASTER =
"master"
DEVELOP =
"develop"
ENVIRONMENTS =
[MAIN, DEVELOP].freeze
CONFIG_FILE =
"config/1password-secrets.yml"

Instance Method Summary collapse

Instance Method Details

#agree(question) ⇒ Object



34
35
36
37
# File 'lib/renuo/cli.rb', line 34

def agree(question)
  question += " [y/n]" if question
  super
end