1
0
mirror of synced 2026-02-06 19:05:55 +00:00

detect unexpected args on flux check command

Signed-off-by: Kenny Meador <kenny.meador@outlook.com>
This commit is contained in:
Kenny Meador
2024-01-22 20:22:48 -06:00
committed by Stefan Prodan
parent 40bf47f41a
commit 933cf9db02

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.`),