Skip to content

Commit

Permalink
stateful definition
Browse files Browse the repository at this point in the history
Signed-off-by: jace-roell <jace.roell@hotmail.com>
  • Loading branch information
jace-roell committed Sep 20, 2024
1 parent e8f4e52 commit 5653ff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/zostso/issue/command/Command.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export const CommandDefinition: ICommandDefinition = {
name: "stateful",
aliases: ["sf"],
type: "boolean",
description: "Statefulness of address space created for TSO Command.",
description:"Statefulness of address space created for TSO command." +
"This option is not supported when --suppress-startup-messages is set to false.",
defaultValue: false
}
] as ICommandOptionDefinition[]).concat(TsoProfileConstants.TSO_PROFILE_OPTIONS),
Expand Down

0 comments on commit 5653ff5

Please sign in to comment.