org.sonatype.gshell.commands.standard
Class UnaliasCommand
java.lang.Object
org.sonatype.gshell.command.support.CommandActionSupport
org.sonatype.gshell.commands.standard.UnaliasCommand
- All Implemented Interfaces:
- Cloneable, CommandAction, NameAware
@Command(name="unalias")
public class UnaliasCommand
- extends CommandActionSupport
Undefine an alias.
- Since:
- 2.5
- Author:
- Jason Dillon
UnaliasCommand
@Inject
public UnaliasCommand(AliasRegistry aliasRegistry)
installCompleters
@Inject
public UnaliasCommand installCompleters(jline.console.completer.Completer c1)
execute
public Object execute(CommandContext context)
- Description copied from interface:
CommandAction
- Execute the command action.
- Parameters:
context - The execution context of the command.
- Returns:
- The result of the command execution.
Copyright © 2008-2011 Sonatype. All Rights Reserved.