mirror of https://github.com/PatrickLipka/tt.git
Added documentation for np command
This commit is contained in:
parent
7afe75de2e
commit
c760f573a6
|
@ -67,6 +67,12 @@ Time Tracker Development
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
#### `np <Project Name>`
|
#### `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>`
|
#### `nt [<Project Name>/]<Task Name>`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue