summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-10-24 13:58:30 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-10-24 13:58:30 +0200
commit261d250f50b17117e99ab8b4b6ac7dfd35371386 (patch)
tree5ef9261936af3d87ea0356997863ccf5d1253d84 /main.go
parent3bbc28806f43c323b21d9053a9e25c89614d5f60 (diff)
Finished Interface Framing
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/main.go b/main.go
index eda3469..7bf5418 100644
--- a/main.go
+++ b/main.go
@@ -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() {