mirror of
https://gitlab.melroy.org/melroy/fediresolve.git
synced 2025-06-07 20:08:57 +00:00
Improve text in cobra
This commit is contained in:
parent
e3381774b1
commit
89e6420aee
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue