Remove wwctl overlay <build|import> --setdefault

- Closes: #1335

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-12-24 22:32:04 -07:00
parent 3bbe859e07
commit d0f4eaa9bb
9 changed files with 349 additions and 436 deletions

View File

@@ -11,7 +11,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
ContainerNames: args,
Force: BuildForce,
All: BuildAll,
Default: SetDefault,
}
return container.ContainerBuild(cbp)
}