I believe that all functionality is implemented

This commit is contained in:
2022-01-21 08:40:44 -06:00
parent 54c91f0d3c
commit 45d13e7052
12 changed files with 333 additions and 72 deletions

View File

@@ -32,7 +32,7 @@ func opStatus(cmd *cobra.Command, args []string) error {
return err
}
if err := p.LoadTimerList(); err != nil {
return err
return fmt.Errorf("Error loading timer list: %w", err)
}
if len(*p.TimerList.GetActiveTimers()) == 0 {
fmt.Println("No timers running")