INNER CODE UNIT · Go

RunWithFlags

transcend-io/terragrunt-atlantis-config · cmd/generate.go:1021

func RunWithFlags(filename string, args []string) ([]byte, error) {
	rootCmd.SetArgs(args)
	rootCmd.Execute()

	return os.ReadFile(filename)
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…