Ejemplo n.º 1
0
func init() {
	cli.RegisterCommand("--version", "Show version.", versionCmd)
}
Ejemplo n.º 2
0
func init() {
	cli.RegisterCommand("top", "List the directories as they are scored.", topCmd)
}
Ejemplo n.º 3
0
func init() {
	cli.RegisterCommand("cd", "Fuzzy match a directory to jump to.", cdCmd)
}
Ejemplo n.º 4
0
func init() {
	cli.RegisterCommand("shell", "Display a shell integration script.", shellCmd)
}
Ejemplo n.º 5
0
func init() {
	cli.RegisterCommand("chdir", "Update the scrore of directory during chdir.", updateCmd)
}
Ejemplo n.º 6
0
func init() {
	cli.RegisterCommand("--help", "Show this screen.", helpCmd)
}
Ejemplo n.º 7
0
Archivo: hint.go Proyecto: NJichev/jump
func init() {
	cli.RegisterCommand("hint", "Hints relevant paths for jumping.", hintCmd)
}