nixpkgs/pkgs/by-name/tw/twitch-cli/application-name.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
307 B
Diff
Raw Normal View History

2022-11-24 10:55:40 +00:00
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.",
}