PLEBNET-PLAYGROUND/plebnet-playground-docker

play command misunderstand flags meant for container

Opened this issue · 5 comments

you can see from example I meant flag to go to LND container command but play-lnd assumed the --help flag was its responsiblity:
image

Need some better parm parsing, assume play has similar issue.
Also would be nice to move those scripts either into the root folder or figure out proper placement and install them globally in the install.sh script

screen shot not so easy to read command that caused misfunction is:
play-lnd "lncli -n signet openchannel 02682ab25dd7b33e249496cfe35f943f944d925904a9f3870816778898df06ca2f 50000000 25000000 --minconf 0 --help"

just saw this

@rsafier - is this still an issue?