Package picocli
Class AutoComplete.Bashify
java.lang.Object
picocli.AutoComplete.Bashify
- All Implemented Interfaces:
AutoComplete.Function<CharSequence,
String>
- Enclosing class:
AutoComplete
private static class AutoComplete.Bashify
extends Object
implements AutoComplete.Function<CharSequence,String>
Drops all characters that are not valid for bash function and identifier names.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bashify
private Bashify()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceAutoComplete.Function<CharSequence,
String>
-