commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Handle implementation defined behavior on input etc

Open lionkor opened this issue 10 months ago • 0 comments

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

lionkor avatar Oct 17 '23 12:10 lionkor