A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse.
Find a file
2022-09-30 00:39:05 +02:00
example/simple various fixes 2022-09-25 16:40:18 +02:00
src added push subcommand 2022-09-30 00:39:05 +02:00
.gitignore init 2022-09-20 03:08:36 +02:00
Cargo.lock bumped version 2022-09-26 00:10:01 +02:00
Cargo.toml added push subcommand 2022-09-30 00:39:05 +02:00
LICENSE added license file 2022-09-25 23:24:39 +02:00
README.md added installation instructions 2022-09-26 00:08:40 +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

epitls-pi 

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)
    init     
    run      Runs a set of files or the default target
    test     Runs tests contained within a particular test file or the default test file
    watch    Watches changes to the project included files and runs a command on changes

Installation

  • through the AUR, as epitls-pi-bin
  • with cargo cargo install epitls-pi