Skip to content

Commit

Permalink
Reinstate NOOP --daemonize and --no-daemonize
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Oct 12, 2023
1 parent d7585f2 commit b2bf60e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/gemstash/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def setup
end

desc "start", "Starts your gemstash server"
method_option :daemonize, :type => :boolean, :default => nil, :desc =>
"No effect - functionality removed, option kept for compatibility"
method_option :config_file, :type => :string, :desc =>
"Config file to load when starting"
def start
Expand Down

0 comments on commit b2bf60e

Please sign in to comment.