Making the layout command have a auto complete first arg table command.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/7d834f15 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/7d834f15 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/7d834f15 Branch: refs/heads/apache-blur-0.2 Commit: 7d834f15c4e6e019840c53d80cbd9ca5dd0eb253 Parents: 6ab81ee Author: Aaron McCurry <[email protected]> Authored: Tue Dec 17 08:19:31 2013 -0500 Committer: Aaron McCurry <[email protected]> Committed: Tue Dec 17 08:19:31 2013 -0500 ---------------------------------------------------------------------- .../main/java/org/apache/blur/shell/ShardServerLayoutCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/7d834f15/blur-shell/src/main/java/org/apache/blur/shell/ShardServerLayoutCommand.java ---------------------------------------------------------------------- diff --git a/blur-shell/src/main/java/org/apache/blur/shell/ShardServerLayoutCommand.java b/blur-shell/src/main/java/org/apache/blur/shell/ShardServerLayoutCommand.java index 733790d..e3232e8 100644 --- a/blur-shell/src/main/java/org/apache/blur/shell/ShardServerLayoutCommand.java +++ b/blur-shell/src/main/java/org/apache/blur/shell/ShardServerLayoutCommand.java @@ -27,7 +27,7 @@ import org.apache.blur.thirdparty.thrift_0_9_0.TException; import org.apache.blur.thrift.generated.Blur; import org.apache.blur.thrift.generated.BlurException; -public class ShardServerLayoutCommand extends Command { +public class ShardServerLayoutCommand extends Command implements TableFirstArgCommand { @Override public void doit(PrintWriter out, Blur.Iface client, String[] args) throws CommandException, TException, BlurException {
