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.