tee8z / doppler

A tool for building out a local regtest environment
Creative Commons Zero v1.0 Universal
38 stars 6 forks source link

Get Subcommands working for SEND_LN #48

Closed tee8z closed 5 months ago

tee8z commented 11 months ago

Right now any subcommand/flags being passed to the SEND_LN is being ignored. This leads to a confusing situation where you're expecting to see an amp or keysend payment when really a normal invoice is made instead. Either we need to make a custom grammar for the different type of payments or we need to get the subcommands to work.