lightning-rs
lightning-rs copied to clipboard
Main functionality
Startup
- [ ] Determine command, using
clap.rs(1e2d90d2) - [ ] Load config (#2)
- [ ] Parse config (#20)
- [ ] Execute command. So: make functions to dispatch for commands! (401548d7)
Commands
- [ ]
init(#13) - [ ]
build(#19) - [ ]
create(#27) - [ ]
serve(#28)