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