From c760f573a6c7b3dcafd785dfa4fb8b95f81cf3db Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Fri, 17 Dec 2021 14:56:55 +0100 Subject: [PATCH] Added documentation for np command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 95d660c..ece3bd0 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ Time Tracker Development ~~~ #### `np ` +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 [/]`