Support regexp in command builder on the project name (#1419)

This commit is contained in:
laurent apollis
2021-03-06 01:13:23 +01:00
committed by GitHub
parent 471646b688
commit d2ef2775c8
10 changed files with 292 additions and 33 deletions

View File

@@ -101,6 +101,7 @@ var testFlags = map[string]interface{}{
WriteGitCredsFlag: true,
DisableAutoplanFlag: true,
EnablePolicyChecksFlag: false,
EnableRegExpCmdFlag: false,
}
func TestExecute_Defaults(t *testing.T) {