zowe / zowe-cli

Zowe CLI
Eclipse Public License 2.0
114 stars 86 forks source link

Fix missing progress bar on `zos-files upload dir-to-uss` command #2344

Open t1m0thyj opened 5 hours ago

t1m0thyj commented 5 hours ago

The command handler creates a progress task but never calls the startBar and endBar 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: https://github.com/zowe/zowe-cli/blob/1d2cdc9207d545bd6b860fbd06a6a6d9e86ba875/packages/cli/src/zosfiles/upload/dtu/DirToUSSDir.handler.ts#L56-L57

github-actions[bot] commented 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.

t1m0thyj commented 2 hours ago

Related to https://github.com/zowe/zowe-cli/issues/1543