See what language versions are configured in your current environment
npm i -g current-cli
$ current --help
Usage: index [options] <language>
Options:
-c, --configure Configure
-h, --help output usage information
On first run, or at any time you can configure current
so that it knows what languages you'd like to see reported. Run current --configure
and it will prompt you
$ current
go: 1.8.3
java: 1.8.0_102
ruby: 2.4.1p111
Assuming you've entered a language that is currently supported, current
will return the configured version:
$ current go
1.8.3
- Support additional languages (see
languages
) - Support registering commands
current --register <name> --command <shellcommand>
- Support toggling languages without running a full configuration
current --add elixir
Please read the contribution guidelines in order to make the contribution process easy and effective for everyone involved.
Copyright (c) Steve Agalloco. See LICENSE for details.