Files
lsl-shell/todo.md
2020-04-19 22:58:28 +02:00

619 B

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
  • Add versioning to modules
  • Formalize link message responses
    • Use bash-like exit codes (0, 1, 2, 127, etc.) as response
    • Formalize returned JSON
    • Update readme
  • Only allow one session in use at a time
  • Add command history
  • Make lsl API script discover modules
  • Make lsl API script communicate with modules