Files
lsl-shell/todo.md
2020-04-18 23:51:15 +02:00

16 lines
587 B
Markdown

# TODO
- [ ] Add user/password login
- [ ] Wrap Shell class in argparse
- [ ] Add keep-alive
- [ ] Add non-interactive mode to allow use in other scripts
- [ ] Add verbose mode to see all communication
- [ ] Add command to refresh command list of endpoint
- [ ] Formalize link message responses
- [ ] Use bash-like exit codes (0, 1, 2, 127, etc.) as response
- [ ] Formalize returned JSON
- [ ] Update readme
- [x] Only allow one session in use at a time
- [x] Add command history
- [x] Make lsl API script discover modules
- [x] Make lsl API script communicate with modules