jhmaster2000 / bun-repl

Experimental REPL for Bun
https://www.npmjs.com/package/bun-repl
MIT License
74 stars 8 forks source link

Implement `--version` #8

Closed not-my-profile closed 1 year ago

not-my-profile commented 1 year ago

I'd expect bun repl --version to print the version of this package.

jhmaster2000 commented 1 year ago

Since it's planned to eventually be embedded directly into bun and no longer be independently versioned, the --version flag was phased out in 2.0.0, but in the next release you will be able to see the package version for debugging purposes again with .info inside the REPL (not in the current version)

not-my-profile commented 1 year ago

Thanks!