Show timerpath in config list
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user