detect unexpected args on flux check command

Signed-off-by: Kenny Meador <kenny.meador@outlook.com>
(cherry picked from commit 933cf9db02)
This commit is contained in:
Kenny Meador 2024-01-22 20:22:48 -06:00 committed by github-actions[bot]
parent 1beac67a01
commit 32d46e6da3

View file

@ -40,6 +40,7 @@ import (
var checkCmd = &cobra.Command{
Use: "check",
Args: cobra.NoArgs,
Short: "Check requirements and installation",
Long: withPreviewNote(`The check command will perform a series of checks to validate that
the local environment is configured correctly and if the installed components are healthy.`),