# Functions
NewApplyCommand creates a new cobra.Command for the apply command.
NewCommand creates the root cobra command for the 'uniflow' CLI.
NewDebugger initializes a new Debugger with an input model and UI.
NewDeleteCommand creates a new cobra.Command for the delete command.
NewGetCommand creates a new cobra.Command for the get command.
NewStartCommand creates a new cobra.Command for the start command.
# Structs
ApplyConfig represents the configuration for the apply command.
Config is a structure to hold the configuration for the CLI command.
Debugger manages the debugger UI using Bubble Tea.
DeleteConfig represents the configuration for the delete command.
GetConfig represents the configuration for the get command.
StartConfig holds the configuration for the start command.