lncm / noma

Noma - Bitcoin lightning node management CLI utility & Python API
https://lncm.io
Apache License 2.0
5 stars 2 forks source link

Create script to properly process and parse configs #5

Closed meeDamian closed 5 years ago

meeDamian commented 5 years ago

Should probably allow for sth like:

script-name path-to-config SET property value
script-name path-to-config GET property

Let's discuss.

AnotherDroog commented 5 years ago

Just had the same idea, "getter" & "setter"

AnotherDroog commented 5 years ago

Done and PR'd

noma bitcoind get <key> noma bitcoind set <key> <value> noma lnd get <key> <section> noma lnd set <key> <section>