fix(repl): don't use current dir by default
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-22 18:02:18 -05:00
parent 66f415ff5f
commit 70b4356f03

View file

@ -15,7 +15,7 @@ in
runtimeInputs = [coreutils gnused ncurses];
text = ''
arg=''${1:-"."}
arg=''${1:-""}
case "$arg" in
"-h"|"--help"|"help")