module GWT
Defined in:
gwt.crConstant Summary
-
VERSION =
"0.1.0"
Class Method Summary
- .add_remote(name : String, url : String)
- .branch(branch_name) : Nil
- .branch_prefix : String
- .clone(base_path, url, clone_args)
- .command(command : String, args = nil, env : Process::Env = nil, clear_env : Bool = false, shell : Bool = false, input : Process::Stdio = Process::Redirect::Inherit, output : Process::Stdio = STDERR, error : Process::Stdio = Process::Redirect::Inherit, chdir : String | Nil = nil, allow_failure : Bool = false) : Process::Status
- .command_output(command : String, args = nil, env : Process::Env = nil, clear_env : Bool = false, shell : Bool = false, input : Process::Stdio = Process::Redirect::Close, error : Process::Stdio = Process::Redirect::Inherit, chdir : String | Nil = nil, allow_failure : Bool = false)
- .copy_files(target_dir)
- .ls
- .on(branch_name, commandline)
- .pr(pull_request_url)
- .raise(message)
- .root_dir : String
- .run(args = ARGV)
- .slug(string)
Class Method Detail
def self.command(command : String, args = nil, env : Process::Env = nil, clear_env : Bool = false, shell : Bool = false, input : Process::Stdio = Process::Redirect::Inherit, output : Process::Stdio = STDERR, error : Process::Stdio = Process::Redirect::Inherit, chdir : String | Nil = nil, allow_failure : Bool = false) : Process::Status
#
def self.command_output(command : String, args = nil, env : Process::Env = nil, clear_env : Bool = false, shell : Bool = false, input : Process::Stdio = Process::Redirect::Close, error : Process::Stdio = Process::Redirect::Inherit, chdir : String | Nil = nil, allow_failure : Bool = false)
#