diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-04-10 16:30:11 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-04-10 16:30:11 +0200 |
commit | e4771e20354a2080638d266659595a5596bcadaf (patch) | |
tree | bb8ed7751f36ec8c148dd5f95e00ad9d90868647 /bin/raps2 | |
parent | 3d68caa7e8e3a88f8444a4c8a5b6cd5d6d30463d (diff) |
Add raps2 get (to clipboard)
Diffstat (limited to 'bin/raps2')
-rwxr-xr-x | bin/raps2 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) } } |