This website requires JavaScript.
Explore
Help
Sign in
luzifer
/
twitch-bot
Watch
1
Star
0
Fork
You've already forked twitch-bot
0
mirror of
https://github.com/Luzifer/twitch-bot.git
synced
2024-11-08 16:20:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8ec3e66f42
twitch-bot
/
cli.go
8 lines
90 B
Go
Raw
Normal View
History
Unescape
Escape
[core] Split out cli commands Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 20:41:38 +00:00
package
main
import
(
Lint: Update linter config and fix some newly appearing linter errors Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-06-09 10:44:41 +00:00
"github.com/Luzifer/go_helpers/v2/cli"
[core] Split out cli commands Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-03-24 20:41:38 +00:00
)
Lint: Update linter config and fix some newly appearing linter errors Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-06-09 10:44:41 +00:00
var
cliTool
=
cli
.
New
(
)
Reference in a new issue
Copy permalink