From 89e6420aee15765a451fc92988a79ed325bd1451 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 24 Apr 2025 18:26:37 +0200 Subject: [PATCH] Improve text in cobra --- cmd/root.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 331eb35..43106b2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,10 +11,11 @@ import ( ) var rootCmd = &cobra.Command{ - Use: "fediresolve [url]", + Use: "fediresolve [url|handle]", Short: "Resolve and display Fediverse content", Long: `Fediresolve is a CLI tool that resolves Fediverse URLs and handles. -It can parse and display content from Mastodon, Lemmy, and other Fediverse platforms. + +It can parse and display content from Mastodon, Mbin, Lemmy, and other Fediverse platforms. The tool supports both direct URLs to posts/comments/threads and Fediverse handles like @username@server.com.`, Run: func(cmd *cobra.Command, args []string) { var input string