grim/wasdead

e42b44a80cf1
use shlex.Split instead of our crappy regex split
package globals
type Globals struct {
DatabasePath string `kong:"flag,name='database-path',default='db',help='The path to store the database files'"`
}