Add installation scripts
This commit is contained in:
parent
7048db42bd
commit
df8a3d39bc
15 changed files with 293 additions and 44 deletions
|
@ -53,6 +53,7 @@ def get_commands(onionr_inst):
|
|||
return {'': onionr_inst.showHelpSuggestion,
|
||||
'help': onionr_inst.showHelp,
|
||||
'version': onionr_inst.version,
|
||||
'header': onionr_inst.cmdHeader,
|
||||
'config': onionr_inst.configure,
|
||||
'start': onionr_inst.start,
|
||||
'stop': onionr_inst.killDaemon,
|
||||
|
@ -168,4 +169,4 @@ cmd_help = {
|
|||
'add-id': 'Generate a new ID (key pair)',
|
||||
'change-id': 'Change active ID',
|
||||
'open-home': 'Open your node\'s home/info screen'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue