mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Use lazycore utils: Clamp and GetLazyRootDirectory
This commit is contained in:
parent
05089b9a9a
commit
39e84e13f4
11 changed files with 61 additions and 43 deletions
|
@ -18,7 +18,7 @@ func main() {
|
|||
switch command {
|
||||
case "generate":
|
||||
cheatsheet.Generate()
|
||||
fmt.Printf("\nGenerated cheatsheets in %s\n", cheatsheet.GetDir())
|
||||
fmt.Printf("\nGenerated cheatsheets in %s\n", cheatsheet.GetKeybindingsDir())
|
||||
case "check":
|
||||
cheatsheet.Check()
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue