Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "workout",
Short: "Manage workouts",
Long: `View and manage your Hevy workouts.
Examples:
hevycli workout list # List recent workouts
hevycli workout list --all # List all workouts
hevycli workout get <id> # Get workout details
hevycli workout count # Get total workout count
hevycli workout create --file w.json # Create from JSON
hevycli workout update <id> --file w.json # Update workout
hevycli workout delete <id> # Delete workout
hevycli workout start # Start interactive session`,
}
Cmd is the workout command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.