Update cli.js to support passing --version flag

Fixes issue in : https://github.com/postlight/parser/pull/610
pull/750/head
Nick Sweeting 8 months ago committed by GitHub
parent e8ba7ece29
commit f480729fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -107,5 +107,6 @@ Usage:\n\
extend || e,
extendList || l,
header || h,
addExtractor || x
addExtractor || x,
version,
);

Loading…
Cancel
Save