Flush after doing -e

slava 2006-11-27 02:41:59 +00:00
parent 57c1a3e0d1
commit 92a86b1874
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ parser sequences strings ;
cli-args [ cli-arg ] subset
ignore-cli-args? [ drop ] [ [ run-file ] each ] if
"e" get eval
flush
] try ;
IN: shells