diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-10-24 13:58:30 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-10-24 13:58:30 +0200 |
| commit | 261d250f50b17117e99ab8b4b6ac7dfd35371386 (patch) | |
| tree | 5ef9261936af3d87ea0356997863ccf5d1253d84 /main.go | |
| parent | 3bbc28806f43c323b21d9053a9e25c89614d5f60 (diff) | |
Finished Interface Framing
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -97,9 +97,10 @@ func title(frame bool) { // the state of Laboravi immediately. func stdOut() { - showLastProject() - getClosedTasks(0) - showOpenTask() + //showLastProject() + //getClosedTasks(0) + //showOpenTask() + showStatus(false) } func main() { |
