Show timerpath in config list

This commit is contained in:
Brian Buller 2019-06-12 17:06:28 -05:00
parent d456c2c6c3
commit 52eb4f95c0
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ func (a *AppState) opConfig(args []string) int {
for _, v := range a.config.GetKeyList() {
fmt.Println(" " + v)
}
fmt.Println(" timerpath")
} else {
if args[0] == "timerpath" {
fmt.Println(a.directory + a.fileTimer)