mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Add "libreadlines"-like behavior to the shell command
Using the jline open-source library. We save the history between invocations to ~/.nomulus_history We add some simple completions: - first argument completes to command name - all other arguments complete to the command parameters, or filename ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191501023
This commit is contained in:
parent
3684fa3366
commit
cfd83ad4dc
5 changed files with 271 additions and 25 deletions
|
@ -86,6 +86,7 @@ java_library(
|
|||
"@com_google_re2j",
|
||||
"@com_googlecode_json_simple",
|
||||
"@io_bazel_rules_closure//closure/templates",
|
||||
"@jline",
|
||||
"@joda_time",
|
||||
"@org_bouncycastle_bcpg_jdk15on",
|
||||
"@org_bouncycastle_bcpkix_jdk15on",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue