Local runner for GitHub autograder
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README

Ben C 10ffee56 ce1f14d2

+14
+14
README.md
··· 21 21 gh-grader-preview -f some/other/dir/autograding.json 22 22 ``` 23 23 24 + To see output from the test cases, use the `-v` flag. 25 + 26 + ```sh 27 + gh-grader-preview -v 28 + ``` 29 + 24 30 For more information, run `gh-grader-preview -h`. 25 31 26 32 ## Building 27 33 28 34 `cargo build --release` 35 + 36 + ### Installation 37 + 38 + Copy the binary from `target/release/gh-grader-preview` to a directory in your PATH. 39 + 40 + Run `gh-grader-preview --man-page` to print the man page to stdout, and then save it to a file. 41 + 42 + Run `gh-grader-preview --completions=SHELL` (replace `SHELL` with `bash`, `fish`, or `zsh`) to generate a shell completion script.