Hide internal wwctl completion and wwctl genconfig commands

Also remove the redundant `wwctl genconfig completions` command.

- Closes: #1716

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-10 13:53:40 -07:00
parent db30008433
commit 8d9c99f739
6 changed files with 8 additions and 45 deletions

View File

@@ -63,7 +63,7 @@ man_pages: wwctl $(wildcard docs/man/man5/*.5)
etc/bash_completion.d/wwctl: wwctl
mkdir -p etc/bash_completion.d/
./wwctl --emptyconf genconfig completions >etc/bash_completion.d/wwctl
./wwctl --emptyconf completion bash >etc/bash_completion.d/wwctl
.PHONY: lint
lint: $(config)