Closed markcocker closed 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.
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.
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.
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.'
The progress bar message when uploading eg.
Uploading ...50.png
coould be a bit confusing as files can start with.
SuggestUploading file 50.png