diff options
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() { |
