hishtory/hishtory.go
2022-11-16 08:03:23 -08:00

12 lines
204 B
Go

package main
import (
"github.com/ddworken/hishtory/client/cmd"
)
func main() {
cmd.Execute()
}
// TODO(feature): Add a session_id column that corresponds to the shell session the command was run in