diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ type Config struct { Username string PasswordCmd string } + Profile timetask.Profile Projects map[string]timetask.Project } |