I don't agree with this cmd description

Signed-off-by: Odyssey346 <hi@odyssey346.dev>
このコミットが含まれているのは:
Odyssey346 2023-04-01 17:20:32 +02:00
コミット b6fa0d6c11
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -10,7 +10,7 @@ import (
var rootCmd = &cobra.Command{
Use: "gothub",
Short: "An alternative front-end for GitHub.",
Long: `An alternative front-end for GitHub written in Go Fiber.`,
Long: `An alternative front-end for GitHub, maintained by Odyssey346, Midou36O and Arya.`,
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
},