avborup / kitty

Kitty is a CLI for interacting with Kattis that allows you to test and submit problems straight from your terminal.
https://open.kattis.com
MIT License
24 stars 6 forks source link

Cannot use paths with spaces #40

Closed avborup closed 3 years ago

avborup commented 3 years ago

If the current working directory is something like /foo/bar baz/mydir, the test command will fail because the path argument will often only be /foo/bar. Run and compile commands are just messed up.