Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "folder",
Short: "Manage routine folders",
Long: `View and manage your Hevy routine folders.
Examples:
hevycli folder list # List all folders
hevycli folder get <id> # Get folder details
hevycli folder create "Name" # Create new folder
hevycli folder update <id> --title "New Name" # Update folder
hevycli folder delete <id> # Delete folder`,
}
Cmd is the folder command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.