aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bolt/main.go')
-rw-r--r--cmd/bolt/main.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/cmd/bolt/main.go b/cmd/bolt/main.go
index 3558500..1af2636 100644
--- a/cmd/bolt/main.go
+++ b/cmd/bolt/main.go
@@ -34,14 +34,6 @@ func NewApp() *cli.App {
},
},
{
- Name: "set",
- Usage: "Sets a value for given key in a bucket",
- Action: func(c *cli.Context) {
- path, name, key, value := c.Args().Get(0), c.Args().Get(1), c.Args().Get(2), c.Args().Get(3)
- Set(path, name, key, value)
- },
- },
- {
Name: "keys",
Usage: "Retrieve a list of all keys in a bucket",
Action: func(c *cli.Context) {