Move shell completion logic to Java
Refactor bash shell completion to move the majority of the logic into the Java code. This commit also removes the need for the '--' prefix on every command.
This commit is contained in:
@@ -22,6 +22,8 @@ import static org.hamcrest.Matchers.containsString;
|
||||
import static org.junit.Assert.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link OptionParsingCommand}.
|
||||
*
|
||||
* @author Dave Syer
|
||||
*/
|
||||
public class OptionParsingCommandTests {
|
||||
|
||||
Reference in New Issue
Block a user