@org.junit.Test
public void testEager() throws Exception {
TestShell shell = new TestShell();
shell.addAlias("cmd", "org.jnode.test.shell.syntax.PowersetSyntaxTest$Test");
shell.addSyntax("cmd", new SequenceSyntax(new PowersetSyntax(null, true, null,
new OptionSyntax("intArg", 'i'), new OptionSyntax("fileArg", 'f')),
new RepeatSyntax(new OptionSyntax("otherArg", 'i'))));
CommandLine cl;
CommandInfo cmdInfo;