workout

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2025 License: MIT Imports: 11 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL