Merge remote-tracking branch 'origin/main'

This commit is contained in:
Paul Gauthier 2024-06-11 13:19:11 -07:00
commit ba1ae76fc0
3 changed files with 72 additions and 2 deletions

View file

@ -121,7 +121,6 @@ class Commands:
def run(self, inp):
if inp.startswith("!"):
return self.do_run("run", inp[1:])
return
res = self.matching_commands(inp)
if res is None: