mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 09:57:24 +00:00
Remove auto-RAMRAPE and instead have it triggered on command
This commit is contained in:
2
main.go
2
main.go
@ -49,8 +49,6 @@ func main() {
|
|||||||
RunCommand(os.Args...)
|
RunCommand(os.Args...)
|
||||||
|
|
||||||
}
|
}
|
||||||
// Create map of users following users, to populate flags
|
|
||||||
go generateFollowersList()
|
|
||||||
fmt.Println("initKeybindings")
|
fmt.Println("initKeybindings")
|
||||||
if err := initKeybindings(); err != nil {
|
if err := initKeybindings(); err != nil {
|
||||||
fmt.Printf("%+v", err)
|
fmt.Printf("%+v", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user