diff --git a/src/fsh.nim b/src/fsh.nim index e2f4e12..73ce42a 100644 --- a/src/fsh.nim +++ b/src/fsh.nim @@ -166,4 +166,4 @@ proc eval(cmd: string): string = when isMainModule: let stdinstrm = stdin.newFileStream while not stdinstrm.atEnd(): - stdinstrm.readCommand.eval.echo + stdinstrm.readCommand.execute.echo