jara

Crates.iojara
lib.rsjara
version0.1.3
sourcesrc
created_at2024-04-02 14:38:14.957839
updated_at2024-04-03 00:55:33.273388
descriptionA Java Runtime Manager.
homepagehttps://github.com/EvanLuo42/jara
repositoryhttps://github.com/EvanLuo42/jara
max_upload_size
id1193617
size52,025
EvanLuo42 (EvanLuo42)

documentation

README

Jara

Installation

Install cargo and run:

cargo install jara

Usage

Usage: jara <COMMAND>

Commands:
  install   Install a JDK
  set       Set current JDK
  import    Import JDK
  versions  List all imported & installed versions
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Set Current JDK

Set current JDK

Usage: jara set <BUILD> <ARCH> <VERSION>

Arguments:
  <BUILD>
  <ARCH>
  <VERSION>

Options:
  -h, --help  Print help

Import JDK

Import JDK

Usage: jara import <PATH>

Arguments:
  <PATH>

Options:
  -h, --help  Print help

List All Imported & Installed Versions

List all imported & installed versions

Usage: jara versions

Options:
  -h, --help  Print help
Commit count: 21

cargo fmt