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/63c60d98 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/63c60d98 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/63c60d98 Branch: refs/heads/master Commit: 63c60d988b1e3a08a619e9a1a331d5bc07baf2bd Parents: f59b6bb Author: Aaron McCurry <[email protected]> Authored: Tue Dec 17 08:19:31 2013 -0500 Committer: Aaron McCurry <[email protected]> Committed: Tue Dec 17 08:52:10 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/63c60d98/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 {
