mirror of
https://github.com/rclone/rclone.git
synced 2026-02-21 03:43:32 +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:
committed by
GitHub
parent
5042f360f0
commit
0c8c3d8fb9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user