separate options
This commit is contained in:
@@ -25,7 +25,7 @@ func Hello() *console.Command {
|
||||
},
|
||||
Configure: func(_ context.Context, def *input.Definition) error {
|
||||
def.SetArguments(
|
||||
input.NewArgument("name", "Same name", argument.Default("World")),
|
||||
argument.New("name", "Same name", argument.Default("World")),
|
||||
)
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user