25 lines
635 B
Markdown
25 lines
635 B
Markdown
# epitls PI
|
|
|
|
## Description
|
|
|
|
A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
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
|
|
```
|