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