grim/wasdead

Some command tweaks
draft
2019-05-11, Gary Kramlich
4448d4b794c1
Some command tweaks
package commands
import (
"github.com/prologic/bitcask"
"bitbucket.org/TheToyz/nowdead/globals"
)
type TidyCmd struct{}
func (c *TidyCmd) Run(g *globals.Globals) error {
return bitcask.Merge(g.DatabasePath, false)
}