fix: version spec & fixups #442

Merged
decentral1se merged 6 commits from version-spec into main 2024-07-17 08:11:03 +00:00
Showing only changes of commit ea10019068 - Show all commits

View File

@ -178,6 +178,9 @@ Example:
`,
Action: func(c *cli.Context) error {
app := internal.ValidateApp(c)
if err := app.Recipe.Ensure(internal.Chaos, internal.Offline); err != nil {
log.Fatal(err)
}
if len(c.Args()) != 4 {
internal.ShowSubcommandHelpAndError(c, errors.New("missing arguments?"))