package
0.19.0
Repository: https://github.com/stackitcloud/stackit-cli.git
Documentation: pkg.go.dev

# Functions

CmdHelp is used to explicitly set the Run function for non-leaf commands to the command help function, so that we can catch invalid commands This is a workaround needed due to the open issue on the Cobra repo: https://github.com/spf13/cobra/issues/706.
ConvertInt64PToFloat64P converts an int64 pointer to a float64 pointer This function will return nil if the input is nil.
Float64Ptr returns a pointer to a float64 Needed because the Ptr function only returns pointer to float.
Int64Ptr returns a pointer to an int64 Needed because the Ptr function only returns pointer to int.
Ptr Returns the pointer to any type T.
No description provided by the author
ValidateUUID validates if the provided string is a valid UUID.