Closed qdzlug closed 7 years ago
introduced I believe in commit a4c4ee8fa03b789fca6cd2cf555ad5eda426f718 (joyent/node-manta#312 Custom header input should tolerate ':' characters)
because this line https://github.com/joyent/node-manta/blob/master/lib/options.js#L51 is called before cc.versionCheck... lower down
Hi,
Without the ENV vars set or passed on the command line (URL, Key, Account), node-manta refuses to provide
--version
information and whines about missing URL's in--help
.We should not require those to be set for these two options.
Jay