Open AndySchroder opened 1 month ago
At
https://github.com/lndk-org/lndk/blob/1cf2906d5da62997dcafea7d5fa14ba2b5576a1e/docs/cli_commands.md?plain=1#L50-L56
a -- is suggested as part of the command line. This doesn't seem to work for me. It seems to need to be omitted? This seems to need to only be needed if you use cargo run --bin=lndk-cli instead of lndk-cli?
--
cargo run --bin=lndk-cli
lndk-cli
This seems to need to only be needed if you use cargo run --bin=lndk-cli instead of lndk-cli?
Yes, I think that true. I believe we don't need -- in the document.
At
https://github.com/lndk-org/lndk/blob/1cf2906d5da62997dcafea7d5fa14ba2b5576a1e/docs/cli_commands.md?plain=1#L50-L56
a
--
is suggested as part of the command line. This doesn't seem to work for me. It seems to need to be omitted? This seems to need to only be needed if you usecargo run --bin=lndk-cli
instead oflndk-cli
?