Documentation
¶
Overview ¶
Package cmdutil provides common utilities and helper functions for command-line operations. It includes validation functions, error handling utilities, and other shared functionality used across CLI commands in the eph application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleError ¶
HandleError prints an error message and exits with code 1.
func HandleErrorf ¶
func HandleErrorf(format string, args ...interface{})
HandleErrorf prints a formatted error message and exits with code 1.
func ValidateRequired ¶
ValidateRequired checks if a required value is provided and exits if not.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.