A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse.
Find a file
2022-09-25 15:58:28 +02:00
clib worked on config 2022-09-25 00:22:41 +02:00
example/simple changed watch API to raw commands 2022-09-25 15:57:04 +02:00
src continued API change 2022-09-25 15:58:28 +02:00
.gitignore init 2022-09-20 03:08:36 +02:00
Cargo.lock improved check: formatting system 2022-09-25 14:40:56 +02:00
Cargo.toml improved check: formatting system 2022-09-25 14:40:56 +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