Fix missing progress bar on zos-files upload dir-to-uss
command
#2344
Labels
bug
Something isn't working
good first issue
Good for newcomers
priority-low
Legit issue but cosmetic or nice-to-have
severity-low
Bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
The command handler creates a progress task but never calls the
startBar
andendBar
methods:https://github.com/zowe/zowe-cli/blob/master/packages/cli/src/zosfiles/upload/dtu/DirToUSSDir.handler.ts
We should surround the following lines with calls to the
commandParameters.response.progress
API:zowe-cli/packages/cli/src/zosfiles/upload/dtu/DirToUSSDir.handler.ts
Lines 56 to 57 in 1d2cdc9
The text was updated successfully, but these errors were encountered: