lndk-org / lndk

MIT License
84 stars 22 forks source link

`--` not needed in `lndk-cli` command line? #189

Open AndySchroder opened 1 month ago

AndySchroder commented 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?

kannapoix commented 1 month ago

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.