mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-12 08:50:21 -04:00
AB#1898 cli: fix create aws arg validation
This commit is contained in:
parent
393c1f7dd1
commit
f0dc48e3c7
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,7 @@ func newCreateAWSCmd() *cobra.Command {
|
|||
Args: cobra.MatchAll(
|
||||
cobra.ExactArgs(3),
|
||||
isValidAWSCoordinatorCount(0),
|
||||
isIntGreaterArg(1, 1),
|
||||
isIntGreaterZeroArg(1),
|
||||
isEC2InstanceType(2),
|
||||
),
|
||||
ValidArgsFunction: createAWSCompletion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue