wwctl configure subcommands accept no positional arguments

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-07 22:38:32 -07:00
parent 5e8e9cea14
commit 1d34477425
5 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ var (
Long: "NFS is an optional dependent service of Warewulf, this tool will automatically\n" +
"configure NFS as per the configuration in the warewulf.conf file.",
RunE: CobraRunE,
Args: cobra.ExactArgs(0),
}
)