Closed fitzoh closed 6 years ago
If you hit tab on a blank line, nothing happens. It would be nice if a list of top level commands was generated as tab-completion options.
Apparently the secret is to do this to the lineReader bean:
lineReader
lineReader.unsetOpt(LineReader.Option.INSERT_TAB);
Nice find, thanks @Fitzoh !
If you hit tab on a blank line, nothing happens. It would be nice if a list of top level commands was generated as tab-completion options.