Rich Enhanced Shell History - Contextual shell history for zsh and bash
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
resh/cmd/control/main.go

13 lines
190 B

package main
import (
"github.com/curusarn/resh/cmd/control/cmd"
)
var version string
var commit string
var development string
func main() {
cmd.Execute(version, commit, development)
}