Skip to content

Commit

Permalink
config: Description was added to the filename parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
saaadAF committed Oct 23, 2024
1 parent 3f7118f commit 0a1699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

type Cmd struct {
Filename string `short:"f" predictor:"file"`
Filename string `short:"f" help:"Specify the file containing the application definition." predictor:"file"`
FromFile fromFile `cmd:"" default:"1" name:"-f <file>" help:"Create any resource from a yaml or json file."`
VCluster vclusterCmd `cmd:"" group:"infrastructure.nine.ch" name:"vcluster" help:"Create a new vcluster."`
APIServiceAccount apiServiceAccountCmd `cmd:"" group:"iam.nine.ch" name:"apiserviceaccount" aliases:"asa" help:"Create a new API Service Account."`
Expand Down

0 comments on commit 0a1699e

Please sign in to comment.