You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per OPEN_QUESTIONS Q4: bare gem-contribute (no subcommand) launches the Rooibos TUI when a Gemfile.lock is in cwd. Falls back to a clear error when no Gemfile.lock is found.
Scope:
Modify lib/gem_contribute/cli.rb so no-argument invocation launches the TUI when ./Gemfile.lock exists
When no Gemfile.lock: print "no Gemfile.lock found" and the USAGE
All other subcommand invocations still dispatch to CLI verbs (no TUI)
Per OPEN_QUESTIONS Q4: bare
gem-contribute(no subcommand) launches the Rooibos TUI when aGemfile.lockis in cwd. Falls back to a clear error when noGemfile.lockis found.Scope:
lib/gem_contribute/cli.rbso no-argument invocation launches the TUI when./Gemfile.lockexistsGemfile.lock: print "no Gemfile.lock found" and the USAGESub-issue of #2.
See: ROADMAP Phase 3, OPEN_QUESTIONS Q4