summaryrefslogtreecommitdiff
path: root/bin/raps2
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-04-10 16:30:11 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-04-10 16:30:11 +0200
commite4771e20354a2080638d266659595a5596bcadaf (patch)
treebb8ed7751f36ec8c148dd5f95e00ad9d90868647 /bin/raps2
parent3d68caa7e8e3a88f8444a4c8a5b6cd5d6d30463d (diff)
Add raps2 get (to clipboard)
Diffstat (limited to 'bin/raps2')
-rwxr-xr-xbin/raps21
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/raps2 b/bin/raps2
index c810fec..b7d1bc2 100755
--- a/bin/raps2
+++ b/bin/raps2
@@ -18,6 +18,7 @@ $raps2->load_config();
given ($action) {
when ('add') { $raps2->cmd_add(@args) }
when ('dump') { $raps2->cmd_dump(@args) }
+ when ('get') { $raps2->cmd_get(@args) }
when ('info') { $raps2->cmd_info(@args) }
}