Improve text in cobra

This commit is contained in:
Melroy van den Berg 2025-04-24 18:26:37 +02:00
parent e3381774b1
commit 89e6420aee
No known key found for this signature in database
GPG key ID: 71D11FF23454B9D7

View file

@ -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