Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "exercise",
Short: "Browse and manage exercise templates",
Long: `Browse, search, and create exercise templates.
Examples:
hevycli exercise list # List exercise templates
hevycli exercise get <id> # Get exercise details
hevycli exercise search "bench" # Search for exercises
hevycli exercise create --title "My Exercise" --muscle chest --type weight_reps
hevycli exercise interactive # Interactive exercise browser`,
}
Cmd is the exercise command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.