IBM / zowe-cli-cics-deploy-plugin

Provides the cics-deploy plug-in for Zowe CLI https://github.com/zowe/zowe-cli to deploy Node.js and other applications from a workstation to IBM CICS Transaction Server within a CICS bundle. Documentation is available at https://ibm.github.io/zowe-cli-cics-deploy-plugin/
Eclipse Public License 2.0
13 stars 12 forks source link

Clarify message when uploading files #257

Closed markcocker closed 5 years ago

markcocker commented 5 years ago

The progress bar message when uploading eg. Uploading ...50.png coould be a bit confusing as files can start with . image Suggest Uploading file 50.png

matthewpwilson commented 5 years ago

We hook directly into the progress bar provided by the API behind zowe files upload dir-to-uss so suggest raising the issue against Zowe CLI.

markcocker commented 5 years ago

ok, I found options.task.statusMessage = "Uploading ..." + abbreviatedFile; in file https://github.com/zowe/zowe-cli/blob/ffd0350fca8aca3f458dcd52784a086d583354f1/packages/zosfiles/src/api/methods/upload/Upload.ts Will raise an issue there.

pcoop commented 5 years ago

I'm not convinced this is worth reporting. I can't believe anyone will get confused by an ellipsis, it's a fairly common mechanism to indicate truncation. If the progress bar is watched for more than a second its purpose should be obvious.

markcocker commented 5 years ago

Ellipsis at the end of a sentence yes, but in the middle with no space after? See https://grammarist.com/usage/eclipses-vs-ellipsis/ 'Most agree that a space before … and after the dots is appropriate.'

markcocker commented 5 years ago

Raised https://github.com/zowe/zowe-cli/issues/451