1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-19 00:28:03 +02:00

Bump git-todo-parser

This commit is contained in:
Stefan Haller
2025-04-29 14:55:10 +02:00
parent d87bdaf94d
commit 14eb4c29ca
5 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,6 @@
package todo
type TodoCommand int
type TodoCommand uint8
const (
Pick TodoCommand = iota + 1