mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-25 13:57:56 +02:00
Mark user interface strings
For now exclude command help, as cobra itself is not localizable yet.
This commit is contained in:
parent
511b71b909
commit
d6ca8d33f7
27 changed files with 1005 additions and 95 deletions
|
@ -26,7 +26,8 @@ var beamCmd = &cobra.Command{
|
|||
Long: `Transfers data (listens, loves) between two configured services.
|
||||
|
||||
The services must be configured and be able to handle export and import of
|
||||
the data.`,
|
||||
the data. See "scotty backends" for a list of backends and their supported
|
||||
features.`,
|
||||
// Run: func(cmd *cobra.Command, args []string) { },
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue