1rm --all flag is not returning any output
Open
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to list all one rep maxes by using the --all flag, but nothing is returned.
Console output
```
darwin@DTP:fit-cli λ fit log
? What do you want to log? 1rm
Logging 1rm...
? Choose an exercise bench press
? What's your new max? 225
Logged 225 as new bench press max.
darwin@DTP:fit-cli λ fit log
? What do you want to log? 1rm
Logging 1rm...
? Choose an exercise squat
? What's your new max? 315
Logged 315 as new squat max.
darwin@DTP:fit-cli λ fit 1rm --all
darwin@DTP:fit-cli λ
```
Contributor guide
Assessment
This issue has not been assessed yet.