Show timerpath in config list
This commit is contained in:
parent
d456c2c6c3
commit
52eb4f95c0
@ -422,6 +422,7 @@ func (a *AppState) opConfig(args []string) int {
|
|||||||
for _, v := range a.config.GetKeyList() {
|
for _, v := range a.config.GetKeyList() {
|
||||||
fmt.Println(" " + v)
|
fmt.Println(" " + v)
|
||||||
}
|
}
|
||||||
|
fmt.Println(" timerpath")
|
||||||
} else {
|
} else {
|
||||||
if args[0] == "timerpath" {
|
if args[0] == "timerpath" {
|
||||||
fmt.Println(a.directory + a.fileTimer)
|
fmt.Println(a.directory + a.fileTimer)
|
||||||
|
Loading…
Reference in New Issue
Block a user