Add flags for 'compile' subcommand

This commit is contained in:
2025-04-24 13:56:30 +03:00
parent 1843bceef5
commit 382a3fc8b6
4 changed files with 157 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ import (
type BPMConfigStruct struct {
IgnorePackages []string `yaml:"ignore_packages"`
PrivilegeEscalatorCmd string `yaml:"privilege_escalator_cmd"`
CompilationEnvironment []string `yaml:"compilation_env"`
Repositories []*Repository `yaml:"repositories"`
}