-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestpriority-mediumNot functioning - next quarter if capacity permitsNot functioning - next quarter if capacity permits
Description
It would be nice if zowex supported a --response-format-json (--rfj) argument across all commands like Zowe CLI does.
Also for commands that return tabular data (e.g. zowex ds ls), there is currently code duplication that could be reduced by adding a class similar to Imperative's IHandlerFormatOutputApi.
Rather than requiring each command handler to have separate branches of code for handling table/CSV/JSON output, the rows/columns should be stored in a single structure in memory, and passed to a common format method:
format(TABLE_DATA *data, FormatType format, std::string &output)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority-mediumNot functioning - next quarter if capacity permitsNot functioning - next quarter if capacity permits
Type
Projects
Status
Medium Priority