Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
fix: Improve 'hookah new' prompt
Browse files Browse the repository at this point in the history
Show less choices (only show most popular ones) and reword hook data so
it fits in an array
  • Loading branch information
hyperupcall committed Jul 18, 2022
1 parent c98cf72 commit b049f86
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 208 deletions.
2 changes: 1 addition & 1 deletion basalt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ['Edwin Kofler <edwin@kofler.dev>']
description = 'An elegantly minimal solution for Git hooks'

[run]
dependencies = ['https://github.com/hyperupcall/bash-core@v0.4.0', 'https://github.com/hyperupcall/bats-all@v4.3.0', 'https://github.com/hyperupcall/bash-term@v0.3.1']
dependencies = ['https://github.com/hyperupcall/bash-core@v0.10.2', 'https://github.com/hyperupcall/bats-all@v4.4.0', 'https://github.com/hyperupcall/bash-term@v0.3.1', 'https://github.com/hyperupcall/bash-std@5c4775ea82173564e6422057e274749e58289400']
binDirs = []
sourceDirs = ['pkg/src/util', 'pkg/src/commands']
builtinDirs = []
Expand Down
Loading

0 comments on commit b049f86

Please sign in to comment.