hash-files icon indicating copy to clipboard operation
hash-files copied to clipboard

Error on the example format

Open DoubleNight opened this issue 7 years ago • 0 comments

As example, the command should be like: $ ./bin/hash-files -f '["package.json"]' -a sha256

But it would throw an error said Option "files" has a value that cannot be converted to an Object/Array: [package.json].

It should be $ ./bin/hash-files -f '[\"package.json\"]' -a sha256 instead.

DoubleNight avatar Oct 12 '17 03:10 DoubleNight