RNS::Rnid::Args
Parsed command-line arguments for rnid
Constructors
new(config : Nil | String = nil, identity : Nil | String = nil, generate : Nil | String = nil, import_str : Nil | String = nil, export : Bool = false, verbose : Int32 = 0, quiet : Int32 = 0, announce : Nil | String = nil, hash_aspects : Nil | String = nil, encrypt : Nil | String = nil, decrypt : Nil | String = nil, sign : Nil | String = nil, validate : Nil | String = nil, read : Nil | String = nil, write : Nil | String = nil, force : Bool = false, stdin : Bool = false, stdout : Bool = false, request : Bool = false, timeout : Float64 = Transport::PATH_REQUEST_TIMEOUT.to_f64, print_identity : Bool = false, print_private : Bool = false, base64 : Bool = false, base32 : Bool = false, qr : Bool = false, version : Bool = false)
SourceInstance methods
announce
Sourcebase32
Sourcebase64
Sourceconfig
Sourcedecrypt
Sourceencrypt
Sourceexport
Sourceforce
Sourcegenerate
Sourcehash_aspects
Sourceidentity
Sourceimport_str
Sourceprint_identity
Sourceprint_private
Sourceqr
Sourcequiet
Sourceread
Sourcerequest
Sourcesign
Sourcestdin
Sourcestdout
Sourcetimeout
Sourcevalidate
Sourceverbose
Sourceversion
Sourcewrite
Source