diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 04:41:41 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-09-15 04:41:41 +0200 |
| commit | 7848ecdbcabc728fe11df1943096682f1f89d89b (patch) | |
| tree | d66f3a5b700b5c3740f0e8d3d49e900a515fe160 | |
| parent | 7c730a026e59bfa776b9536808abd31d9f1739d1 (diff) | |
Tried out Longhelp0.2.2
| -rw-r--r-- | interact.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interact.go b/interact.go index 31e93e6..2ca18b6 100644 --- a/interact.go +++ b/interact.go @@ -30,6 +30,7 @@ func interact() { shell.AddCmd(&ishell.Cmd{ Name: "new", Help: "Start new Project", + LongHelp: "If no Task is currently running a new project will be added to database and activated" Func: func(c *ishell.Context) { //c.Print("\033[H\033[2J") //c.Println(boldGreen("Start New Project")) @@ -42,6 +43,7 @@ func interact() { shell.AddCmd(&ishell.Cmd{ Name: "config", Help: "View and Edit Configuration", + LongHelp: "Contains the location of the database file and the Personal Data needed for billing", Func: func(c *ishell.Context) { //c.Print("\033[H\033[2J") //c.Println(boldGreen("Start New Project")) |
