-
Notifications
You must be signed in to change notification settings - Fork 14
Description
When you try to run a node with a command-line key, it is ignored.
Usage:
denode [flags]
denode [command]
Available Commands:
account account is a command for managing wallets
completion Generate the autocompletion script for the specified shell
config
help Help about any command
Flags:
-c, --config string config path (default "C:\Users\Администратор\AppData\Roaming\denet-node\config.json")
-d, --debug debug output
-h, --help help for denode
Use "denode [command] --help" for more information about a command.
The denode file itself is located along the path D:\Denode\denode.exe
I tried the following combinations
denode -d -c D:\Denode\config.json
denode -d -c D:\Denode\config.json
denode -d -c "D:\Denode\config.json"
None worked