Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "routine",
Short: "Manage workout routines",
Long: `View and manage your Hevy workout routines (templates).
Examples:
hevycli routine list # List all routines
hevycli routine get <id> # Get routine details
hevycli routine create --file r.json # Create from JSON
hevycli routine update <id> --file r.json # Update routine
hevycli routine builder # Interactive routine builder`,
}
Cmd is the routine command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.