Appease formatter (kinda weird?)

This commit is contained in:
3wc
2025-08-28 11:44:21 -04:00
parent 02b520200e
commit 6539b1be7e
40 changed files with 78 additions and 78 deletions

View File

@ -16,8 +16,8 @@ var AppBackupListCommand = &cobra.Command{
Use: i18n.G("list <domain> [flags]"),
Aliases: []string{i18n.G("ls")},
// translators: Short description for `app backup list` command
Short: i18n.G("List the contents of a snapshot"),
Args: cobra.ExactArgs(1),
Short: i18n.G("List the contents of a snapshot"),
Args: cobra.ExactArgs(1),
ValidArgsFunction: func(
cmd *cobra.Command,
args []string,
@ -68,7 +68,7 @@ var AppBackupDownloadCommand = &cobra.Command{
Use: i18n.G("download <domain> [flags]"),
Aliases: []string{i18n.G("d")},
// translators: Short description for `app backup download` command
Short: i18n.G("Download a snapshot"),
Short: i18n.G("Download a snapshot"),
Long: i18n.G(`Downloads a backup.tar.gz to the current working directory.
"--volumes/-v" includes data contained in volumes alongide paths specified in
@ -139,8 +139,8 @@ var AppBackupCreateCommand = &cobra.Command{
Use: i18n.G("create <domain> [flags]"),
Aliases: []string{i18n.G("c")},
// translators: Short description for `app backup create` command
Short: i18n.G("Create a new snapshot"),
Args: cobra.ExactArgs(1),
Short: i18n.G("Create a new snapshot"),
Args: cobra.ExactArgs(1),
ValidArgsFunction: func(
cmd *cobra.Command,
args []string,
@ -185,8 +185,8 @@ var AppBackupSnapshotsCommand = &cobra.Command{
Use: i18n.G("snapshots <domain> [flags]"),
Aliases: []string{i18n.G("s")},
// translators: Short description for `app backup snapshots` command
Short: i18n.G("List all snapshots"),
Args: cobra.ExactArgs(1),
Short: i18n.G("List all snapshots"),
Args: cobra.ExactArgs(1),
ValidArgsFunction: func(
cmd *cobra.Command,
args []string,
@ -222,7 +222,7 @@ var AppBackupCommand = &cobra.Command{
Use: i18n.G("backup [cmd] [args] [flags]"),
Aliases: []string{i18n.G("b")},
// translators: Short description for `app backup` command group
Short: i18n.G("Manage app backups"),
Short: i18n.G("Manage app backups"),
}
var (