Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
RNS::Rnsd::Args
Inherits
Reference
<
Object
Parsed command-line arguments for rnsd
Constructors
new
(config :
Nil
|
String
= nil, verbose :
Int32
= 0, quiet :
Int32
= 0, service :
Bool
= false, interactive :
Bool
= false, example_config :
Bool
= false, version :
Bool
= false, join_token :
Nil
|
String
= nil)
Source
Instance methods
config
Source
config=
(config :
String
|
Nil
)
Source
example_config
Source
example_config=
(example_config :
Bool
)
Source
interactive
Source
interactive=
(interactive :
Bool
)
Source
join_token
Source
join_token=
(join_token :
String
|
Nil
)
Source
quiet
Source
quiet=
(quiet :
Int32
)
Source
service
Source
service=
(service :
Bool
)
Source
verbose
Source
verbose=
(verbose :
Int32
)
Source
version
Source
version=
(version :
Bool
)
Source