1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-21 11:53:23 +00:00

bisync: add group Sync to the bisync command

Co-authored-by: Jan-Philipp Reßler <xodarap@xodarap.de>
This commit is contained in:
Jan-Philipp Reßler
2026-02-20 17:21:48 +01:00
committed by GitHub
parent 5042f360f0
commit 0c8c3d8fb9

View File

@@ -162,7 +162,7 @@ var commandDefinition = &cobra.Command{
Long: longHelp,
Annotations: map[string]string{
"versionIntroduced": "v1.58",
"groups": "Filter,Copy,Important",
"groups": "Filter,Copy,Important,Sync",
},
RunE: func(command *cobra.Command, args []string) error {
// NOTE: avoid putting too much handling here, as it won't apply to the rc.