Skip to content

Commit

Permalink
Add warning about daemonize if used
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Oct 12, 2023
1 parent b2bf60e commit 2bfca05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/gemstash/cli/start.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ class Start < Gemstash::CLI::Base
def run
prepare
@cli.say("Starting gemstash!", :green)
unless @cli.options[:daemonize].nil?
warn "The --daemonize and --no-daemonize options are removed and have no effect."
end
Puma::CLI.new(args, Gemstash::Logging::StreamLogger.puma_events).run
end

Expand Down

0 comments on commit 2bfca05

Please sign in to comment.