RNS::Rnx::Args
Parsed command-line arguments for rnx
Constructors
new(config : Nil | String = nil, verbose : Int32 = 0, quiet : Int32 = 0, print_identity : Bool = false, listen : Bool = false, identity : Nil | String = nil, interactive : Bool = false, no_announce : Bool = false, allowed : Array(String) = [] of String, noauth : Bool = false, noid : Bool = false, detailed : Bool = false, mirror : Bool = false, timeout : Float64 = Transport::PATH_REQUEST_TIMEOUT.to_f64, result_timeout : Float64 | Nil = nil, stdin_data : Nil | String = nil, stdout_limit : Int32 | Nil = nil, stderr_limit : Int32 | Nil = nil, version : Bool = false, destination : Nil | String = nil, command : Nil | String = nil)
SourceInstance methods
allowed
Sourcecommand
Sourceconfig
Sourcedetailed
Sourceidentity
Sourceinteractive
Sourcelisten
Sourcemirror
Sourceno_announce
Sourcenoauth
Sourcenoid
Sourceprint_identity
Sourcequiet
Sourceresult_timeout
Sourcestderr_limit
Sourcestdin_data
Sourcestdout_limit
Sourcetimeout
Sourceverbose
Sourceversion
Source