Added documentation for np command

This commit is contained in:
Patrick Lipka 2021-12-17 14:56:55 +01:00
parent 7afe75de2e
commit c760f573a6
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ Time Tracker Development
~~~
#### `np <Project Name>`
Creates a new empty project with the given name and sets it active. The name must not be different from the existing projects.\
Example:
~~~
tt> np Test Project
Switched to project Test Project
~~~
#### `nt [<Project Name>/]<Task Name>`