From 4149a04c9857873553b2b39feaa84181c2320813 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 13 May 2011 12:32:28 +0200 Subject: Add raps2 list --- bin/raps2 | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/raps2') diff --git a/bin/raps2 b/bin/raps2 index 2763500..0329e59 100755 --- a/bin/raps2 +++ b/bin/raps2 @@ -22,6 +22,7 @@ given ($action) { when ('dump') { $raps2->cmd_dump(@args) } when ('get') { $raps2->cmd_get(@args) } when ('info') { $raps2->cmd_info(@args) } + when ('list') { $raps2->cmd_list(@args) } when ('version') { say "raps2 version ${VERSION}" } } -- cgit v1.2.3