Skip to content

Commit

Permalink
fix list of commands in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jun 1, 2023
1 parent 11145fe commit 9426b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The following operations will be available:
|-|-|-|-|-|
|`create`|`-g/--git`, `--no-log`|`Language`|`Projectname`|Creates the project structure for the selected lanugage in *the current directory*. IF `-git` is set it will also call `git init` in this directory. `--no-log` Will prevent Nester from creating a log entry for this project. You can find the log in your home directory at `~/nester.log`|
|`validate`|n/A|`Language`|`Projectname`|Checks the current directory and its sub-directories if it corresponds to the schema provided for the language|
|`list`|n/A|n/A|n/A|Prints out all *logged* projects that have been created previously|
|`log`|n/A|n/A|n/A|Prints out all *logged* projects that have been created previously|
|`clean`|`-y/--yes`|`Projectname`|n/A|Deletes the content of the specified project|

### Interactive / GUI - Mode (coming soon)
Expand Down

0 comments on commit 9426b42

Please sign in to comment.