Open t1m0thyj opened 5 hours ago
Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
Related to https://github.com/zowe/zowe-cli/issues/1543
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.tsWe should surround the following lines with calls to the
commandParameters.response.progress
API: https://github.com/zowe/zowe-cli/blob/1d2cdc9207d545bd6b860fbd06a6a6d9e86ba875/packages/cli/src/zosfiles/upload/dtu/DirToUSSDir.handler.ts#L56-L57