commandline
commandline copied to clipboard
Handle implementation defined behavior on input etc
Currently, calling get_command without checking has_command invokes implementation defined behavior (i.e. in both currently present backends an exception).
- [ ] Find all cases in the code where such assumptions are made
- [ ] Check and handle such errors
- [ ] Come up with a uniform and clean way to handle such errors