class DevboxLauncher::CmdLine
- DevboxLauncher::CmdLine
- Reference
- Object
Defined in:
launcher/cmd-line.crConstant Summary
-
BROWSER =
"/usr/bin/firefox"
-
Log =
::Log.for(self.name)
-
PROFILE_PATH =
File.join(ENV["HOME"], ".mozilla", "firefox4crystal")
-
STAR_LINE =
"*" * 80
Constructors
Class Method Summary
- .daemonize(prog : String, params : Array(String), working_dir = FileUtils.pwd) : Bool
- .ensure_firefox_profile_path
- .open_in_browser(url : String)
- .server_socket_connectable?(host : String, port : Int32) : Bool
- .service_available?(host : String, port : Int32) : Bool
- .with_retries(max : Int32, &block : -> Bool) : Bool
Instance Method Summary
Constructor Detail
Class Method Detail
def self.daemonize(prog : String, params : Array(String), working_dir = FileUtils.pwd) : Bool
#