I believe that all functionality is implemented
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user