Skip to content

Command line flags are not working #4

@LordMerlin

Description

@LordMerlin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions