Documentation
¶
Overview ¶
Copyright © 2024 ErdemOzgen [email protected]
Index ¶
- Variables
- func AskUserToRevertChanges(repoPath string, modified, deleted []string) bool
- func CheckCategory(slice []string, str string) bool
- func CopyWithChangeDetection(srcDir, destDir string)
- func CopyYAMLFiles(srcDir, destDir string)
- func DetectChanges(repoPath string) ([]string, []string, error)
- func Execute() error
- func Pulldags(args []string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var AsciiArt = `` /* 1642-byte string literal not displayed */
Functions ¶
func AskUserToRevertChanges ¶ added in v1.1.3
func CheckCategory ¶ added in v1.0.3
CheckCategory checks if a string is present in a category. It returns true if the string is found, otherwise false.
func CopyWithChangeDetection ¶ added in v1.1.3
func CopyWithChangeDetection(srcDir, destDir string)
func CopyYAMLFiles ¶ added in v1.0.3
func CopyYAMLFiles(srcDir, destDir string)
CopyYAMLFiles copies all YAML files from srcDir to destDir.
func DetectChanges ¶ added in v1.1.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.