forked from lthn/blockchain
added deeplinks commandline argument
This commit is contained in:
parent
a623fc1506
commit
10e0137d0e
1 changed files with 2 additions and 0 deletions
|
|
@ -39,4 +39,6 @@ namespace command_line
|
|||
const arg_descriptor<bool> arg_validate_predownload = { "validate-predownload", "Paranoid mode, re-validate each block from pre-downloaded database and rebuild own database", };
|
||||
const arg_descriptor<std::string> arg_predownload_link = { "predownload-link", "Override url for blockchain database pre-downloading", "", true };
|
||||
|
||||
const arg_descriptor<std::string> arg_deeplink = { "deeplink-params", "Deeplink parameter, in that case app just forward params to running app", "", true };
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue