Files
lsl-shell/todo.md

12 lines
422 B
Markdown
Raw Normal View History

2020-04-12 15:51:44 +02:00
# TODO
- [ ] Add user/password login
2020-04-12 23:30:25 +02:00
- [ ] Wrap Shell class in argparse
2020-04-12 15:51:44 +02:00
- [ ] Add keep-alive
2020-04-12 21:44:19 +02:00
- [ ] Add non-interactive mode to allow use in other scripts
- [ ] Add verbose mode to see all communication
2020-04-14 00:37:31 +02:00
- [ ] Add command to refresh command list of endpoint
- [x] Only allow one session in use at a time
2020-04-12 22:14:25 +02:00
- [x] Add command history
2020-04-13 01:43:13 +02:00
- [x] Make lsl API script discover modules
- [x] Make lsl API script communicate with modules