Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Command: table

Reads .autograder/autograder.json and generates a Markdown table of test names, descriptions, and points.

Options

-r, --root <ROOT>   Root of the Rust project [default: .]
    --no-clipboard  Print to stdout instead of copying to clipboard
    --to-readme     Append the table to README.md
-h, --help          Print help

Examples

autograder-setup table            # copy to clipboard
autograder-setup table --no-clipboard
autograder-setup table --root ../student-assignment --to-readme

Example Output

Test nameDescriptionPoints
add_coreAdd function works in the core case10
add_small_numbersAdd function works with small numbers5
add_with_negativesAdd function handles negative inputs3
clippy_style_checkClippy linting check2