Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: ModifiableshowVersion() method #135

Open
DRSDavidSoft opened this issue Jan 31, 2019 · 0 comments
Open

Feature: ModifiableshowVersion() method #135

DRSDavidSoft opened this issue Jan 31, 2019 · 0 comments

Comments

@DRSDavidSoft
Copy link

Feature Request

I would like to be able to use a custom showVersion() method, so I can also display the package name in addition to the version.

How about this?

args.showVersion = function(version, pkg) {
  return `${pkg} v${version}`
}

That would be so nice!


nb: I assume that you are already parsing the package version from package.json, so it'd be cool to also get the package name from it, and pass it to the function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant