skx / cpmulator

Golang CP/M emulator for zork, Microsoft BASIC, Turbo Pascal, Wordstar, lighthouse-of-doom, etc
MIT License
98 stars 3 forks source link

Added command-line arguments for printer/logfile-paths. #66

Closed skx closed 5 months ago

skx commented 5 months ago

This closes #64 by adding command-line flags to specify the path to a logfile, in preference to the previous use of the $DEBUG environmental variable.

We've also allowed the user to specify the path for printer-output, although the previous default remains in place.