detect unexpected args on flux check command

Signed-off-by: Kenny Meador <kenny.meador@outlook.com>
pull/4558/head
Kenny Meador 12 months ago committed by Stefan Prodan
parent 40bf47f41a
commit 933cf9db02
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

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

Loading…
Cancel
Save