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