問題タブ [jline]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jline - jline3 を使用してすべてのコマンドを表示する方法
期待どおりに動作するTreeCompleter
(Scala コード) があります。
ただし、ユーザーが最初にキーを押したのがタブの場合は、最上位のノード値をすべて表示して、使用可能なコマンドを表示する必要があります。これはどのように行うことができますか?
上記のコードを含む github プロジェクトはこちら: https://github.com/mslinn/jline-example/blob/master/src/main/scala/CliLoop.scala
答えがJavaであろうとScalaであろうと、私は気にしません、ありがとう!