depot/third_party/nixpkgs/pkgs/development/tools/twitch-cli/application-name.patch
Default email 9c6ee729d6 Project import generated by Copybara.
GitOrigin-RevId: 6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222
2023-07-15 19:15:38 +02:00

13 lines
307 B
Diff

diff --git a/cmd/root.go b/cmd/root.go
index 3d85c19..cbbe40c 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -16,7 +16,7 @@ import (
var cfgFile string
var rootCmd = &cobra.Command{
- Use: "twitch",
+ Use: "twitch-cli",
Short: "A simple CLI tool for the New Twitch API and Webhook products.",
}