Documentation
¶
Overview ¶
Package helpers provides shared utility functions for the ezstack CLI.
Index ¶
Constants ¶
View Source
const DefaultBaseBranch = "main"
DefaultBaseBranch is the default base branch name when not configured.
Variables ¶
This section is empty.
Functions ¶
func ExpandPath ¶
ExpandPath expands a path, replacing ~ with the user's home directory.
func MergeFlags ¶
func MergeFlags(pairs ...*bool)
MergeFlags merges short flags into long flags. Pass pairs of (shortFlag, longFlag) pointers: short1, long1, short2, long2, etc.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.