Update README documentation on new command.

This commit is contained in:
Nicolás A. Ortega Froysa 2022-10-29 14:05:01 +02:00
parent cbb6f3d8a3
commit 6fe2659e92

View File

@ -9,7 +9,8 @@ Synopsis: `isidore <command> [options]`
Commands: Commands:
- `new <dir>`: create a new project directory `<dir>`. - `new <dir> <name>`: create a new project directory `<dir>` with project name
`<name>`.
- `build`: build the website (default). - `build`: build the website (default).
- `clean`: cleans build files. - `clean`: cleans build files.
- `-h`, `--help`, `help`: show help information. - `-h`, `--help`, `help`: show help information.