class

Dkeygen::Dump

Inherits Dkeygen::CliCommonLogic < Cling::Command < Reference < Object

Constants

Log = ::Log.for(self)

Constructors

new

Instance methods

bip39key
bip39key=(bip39key : String | Nil)
env_vars
env_vars=(env_vars : Hash(String, String))
expiry
expiry=(expiry : String | Nil)
gpg
gpg=(gpg : String | Nil)
gpg_agent
gpg_agent=(gpg_agent : GpgAgent)
gpg_config=(gpg_config : GpgHomeConfig)
gpg_interactions=(gpg_interactions : GpgExpectConfig)
gpgconf
gpgconf=(gpgconf : String | Nil)
key_config
key_config=(key_config : KeyConfig)
outdir
outdir=(outdir : String)
pb
pb=(pb : ProgressBar | Nil)
pb_tick(msg : String | Nil = nil)
report
report=(report : Report)
run(arguments : Cling::Arguments, options : Cling::Options) : Nil

The main point of execution for the command, where arguments and options can be accessed.

setup

An abstract method that should define information about the command such as the name, aliases, arguments, options, etc. The command name is required for all commands, all other values are optional including the help message.

ssh_add
ssh_add=(ssh_add : String | Nil)
systemctl
systemctl=(systemctl : String | Nil)
timestamp
timestamp=(timestamp : String | Nil)
working_dir
working_dir=(working_dir : Tempdir)
ykman
ykman=(ykman : String | Nil)