Move help command to package of defined commands
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
* gclc:net.bigeon.gclc.command.HelpExecutor.java
|
||||
* Created on: Sep 6, 2014
|
||||
*/
|
||||
package net.bigeon.gclc.command;
|
||||
package net.bigeon.gclc.command.base;
|
||||
|
||||
/*-
|
||||
* #%L
|
||||
@@ -73,6 +73,9 @@ package net.bigeon.gclc.command;
|
||||
*/
|
||||
import java.io.IOException;
|
||||
|
||||
import net.bigeon.gclc.command.Command;
|
||||
import net.bigeon.gclc.command.ICommand;
|
||||
import net.bigeon.gclc.command.SubedCommand;
|
||||
import net.bigeon.gclc.exception.CommandRunException;
|
||||
import net.bigeon.gclc.exception.CommandRunExceptionType;
|
||||
import net.bigeon.gclc.manager.ConsoleInput;
|
||||
@@ -5,7 +5,7 @@
|
||||
* {@link net.bigeon.gclc.command.ParametrizedCommand} for commands with a
|
||||
* predefined set of flags and option taking a string as value, the
|
||||
* {@link net.bigeon.gclc.command.SubedCommand} for a command that is declined
|
||||
* in a set of sub commands, the {@link net.bigeon.gclc.command.HelpExecutor}
|
||||
* in a set of sub commands, the {@link net.bigeon.gclc.command.base.HelpExecutor}
|
||||
* for help display of other commands and the
|
||||
*
|
||||
* @author Emmanuel BIGEON */
|
||||
|
||||
Reference in New Issue
Block a user