Skip to content

Commit

Permalink
adding back show attributes to options
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
Amber Torrise committed Jan 22, 2024
1 parent ca4016d commit 15b7244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/zosfiles/create/Create.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export function generateZosmfOptions(commandArguments: Arguments): ICreateDataSe
mgntclass: commandArguments.managementClass,
dataclass: commandArguments.dataClass,
dsntype: commandArguments.dataSetType,
showAttributes: commandArguments.showAttributes || commandArguments.attributes,
size: commandArguments.size,
responseTimeout: commandArguments.responseTimeout
}));
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/zosfiles/create/vsam/vsam.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default class VsamHandler extends ZosFilesBaseHandler {
dataclass: commandParameters.arguments.dataClass,
retainFor: commandParameters.arguments.retainFor,
retainTo: commandParameters.arguments.retainTo,
showAttributes: commandParameters.arguments.showAttributes || commandParameters.arguments.attributes,
responseTimeout: commandParameters.arguments.responseTimeout
}));

Expand Down

0 comments on commit 15b7244

Please sign in to comment.