Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Oct 27, 2023
1 parent 04613c7 commit a904fa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A small command line tool to set up the basic structure for your Python, C#, C++
- [Introduction](#introduction)
- [Our Goal](#our-goal)
- [Installation](#installation)
- [Get it on PyPi!](#get-it-on-pypi)
- [Get it from PyPi!](#get-it-from-pypi)
- [Get it as an `.rpm` package (wip)](#get-it-as-an-rpm-package-wip)
- [Build it from source](#build-it-from-source)
- [Usage](#usage)
Expand Down Expand Up @@ -127,6 +127,7 @@ The following operations will be available:
|-|-|-|-|-|
|`create`|`-g/--git`, `--no-log`|`Language`|`Project_Name`|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`|`Project_Name`|Checks the current directory and its sub-directories if it corresponds to the schema provided for the language|
|`rename`|n/A|`Old_Project_Name`|`New_Project_Name`|Renames your chosen project and its corresponding log entry. **Only works for logged projects.**|
|`log`|`--clean`|n/A|n/A|Prints out all *logged* projects that have been created previously<br>If the `--clean` flag is set, orphaned log entries (projects which had their directory deleted) will be purged from the log|
|`clean`|`-y/--yes`|`Project_Name`|n/A|Deletes the content of the specified project|

Expand Down

0 comments on commit a904fa2

Please sign in to comment.