Skip to content

Commit 5c61895

Browse files
committed
Verify commands executed from the command line
1 parent 99ffa64 commit 5c61895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

command-interface/main.dylan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ define function tty-command-shell-main (name :: <string>, arguments :: <vector>,
2525
tty-start-activity(tty, editor);
2626
else
2727
parser-parse(parser, tokens);
28+
parser-verify(parser);
2829
parser-execute(parser);
2930
end;
3031
tty-run(tty);

0 commit comments

Comments
 (0)