Skip to content

Commit

Permalink
add some command aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Jan 31, 2019
1 parent 3ce80f4 commit dfb9fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/bio/guoda/preston/cmd/CmdLine.java
Expand Up @@ -53,8 +53,8 @@ JCommander buildCommander() {
.addObject(new CommandMain())
.addCommand("ls", new CmdList(), "log")
.addCommand("get", new CmdGet(), "cat")
.addCommand("cp", new CmdCopyTo(), "copyTo")
.addCommand("update", new CmdUpdate(), "pull")
.addCommand("cp", new CmdCopyTo(), "copyTo", "export")
.addCommand("update", new CmdUpdate(), "pull", "track")
.addCommand("history", new CmdHistory())
.addCommand("version", new CmdVersion())
.addCommand("test", new CmdVerify(), "verify", "check", "validate")
Expand Down

0 comments on commit dfb9fa8

Please sign in to comment.