Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add overloaded no-arg compile method (#1137)
Before #1120, SystemCompleter had a no-arg compile method that just called the StringsCompleter constructor with a Set<String>. The StringsCompleter constructor then just created a Candidate for each string after stripping out any ANSI characters. This change adds a no-arg compile method does exactly the same thing. This should make it easier for people to upgrade.
- Loading branch information