Fix Editor Command
This commit is contained in:
@@ -27,6 +27,10 @@ func (p *Program) Initialize() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *Program) GetTimerFilePath() string {
|
||||
return p.timerPath
|
||||
}
|
||||
|
||||
func (p *Program) LoadTimerList() error {
|
||||
var err error
|
||||
var tl timertxt.TimerList
|
||||
@@ -43,6 +47,10 @@ func (p *Program) WriteTimerList() error {
|
||||
return p.TimerList.WriteToFilename(p.timerPath)
|
||||
}
|
||||
|
||||
func (p *Program) GetDoneFilePath() string {
|
||||
return p.donePath
|
||||
}
|
||||
|
||||
func (p *Program) LoadDoneList() error {
|
||||
var err error
|
||||
var tl timertxt.TimerList
|
||||
|
Reference in New Issue
Block a user