mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
13 lines
270 B
Go
13 lines
270 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
|
|
// TODO(feature): Add a shell column that contains the shell name
|