Add two CLI conveniences:
--version / -v
Print the installed version (currently only --help exists).
agy-cli-usage update
Self-update: check the registry for a newer version and run npm install -g agy-cli-usage@latest.
update --check: report only, don't install.
Acceptance
Add two CLI conveniences:
--version/-vPrint the installed version (currently only
--helpexists).agy-cli-usage updateSelf-update: check the registry for a newer version and run
npm install -g agy-cli-usage@latest.update --check: report only, don't install.Acceptance
--version/-vprints version from package.jsonupdatechecks latest vs current, installs if newerupdate --checkreports without installing