MitMaro / kattis-runner

A Kattis solution runner
ISC License
2 stars 2 forks source link

Error when .kattisrc doesn't exist #4

Closed MitMaro closed 8 years ago

MitMaro commented 8 years ago
> kattis run
node_modules/.bin/kattis run [id]
Options:
  --help                    Show help                                  [boolean]
  --version                 Show version number                        [boolean]
  --problems-directory, -p  Directory containing the problems
      [string] [default: "/home/travis/build/MitMaro/kattis-solutions/problems"]
  --build-directory, -b     Directory to place build files
         [string] [default: "/home/travis/build/MitMaro/kattis-solutions/build"]
  --c-flags                 Additional flags to pass to the C compiler
                                                          [string] [default: ""]
  --js-command              The SpiderMonkey binary     [string] [default: "js"]
  --js-node                 Run problems with node using the SpiderMonkey-Node
                            compatibility layer       [boolean] [default: false]
  --config                  Path to JSON config file      [default: ".kattisrc"]
ENOENT: no such file or directory, open '/home/travis/build/MitMaro/kattis-solutions/.kattisrc'
MitMaro commented 8 years ago

Fixed in #5