diff --git a/lib/gemstash/cli.rb b/lib/gemstash/cli.rb index 156414e3..0d151ef2 100644 --- a/lib/gemstash/cli.rb +++ b/lib/gemstash/cli.rb @@ -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