A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse.
Find a file
2022-09-25 13:38:40 +02:00
clib worked on config 2022-09-25 00:22:41 +02:00
example/simple worked on config 2022-09-25 00:22:41 +02:00
src making watch into a switch between run and test 2022-09-25 13:38:40 +02:00
.gitignore init 2022-09-20 03:08:36 +02:00
Cargo.lock worked on config 2022-09-25 00:22:41 +02:00
Cargo.toml worked on config 2022-09-25 00:22:41 +02:00
README.md init 2022-09-20 03:08:36 +02:00
rustfmt.toml formatted 2022-09-25 10:30:30 +02:00

epitls PI

Description

A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse.

Usage

USAGE:
    pi <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    check    Checks a source file for conformance with piscine limitations
    help     Print this message or the help of the given subcommand(s)
    run      Runs a file
    test     Runs tests contained within a particular test file or
    watch    Watches changes to source files and re run them