Add support for missing options for zowe.IDownloadAllSpoolContentParms
#2025
Labels
enhancement
New feature or request
good first issue
Good for newcomers
keep
Issues with this label will be ignored by the stale bot
priority-low
Legit issue but cosmetic or nice-to-have
Is your feature or enhancement request related to a problem or limitation? Please describe
I noticed when running a command like
zowe jobs submit lf
there is the following parameters:then in the
zowe.IDownloadAllSpoolContentParms
which is used in Zowe Explorer API for callingdownloadSpoolContent
, the interface is missing most of these parameters that could be important for a user.Describe your enhancement idea
Adding the following parameters as optional parameters from the screenshot above, this would not be a breaking change and great enhancement for our users.
Describe alternatives you've considered
Currently the alternative for one of the options like
--wfo
is to poll the API by making multiple API calls until the status of the Job is no longerACTIVE
, which is very inefficient.Provide any additional context
The text was updated successfully, but these errors were encountered: