mirror of
https://github.com/rclone/rclone.git
synced 2025-06-07 05:44:40 +08:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -33,6 +33,9 @@ See the home page (https://rclone.org/) for installation, usage,
|
||||
documentation, changelog and configuration walkthroughs.
|
||||
|
||||
`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v0.90",
|
||||
},
|
||||
PersistentPostRun: func(cmd *cobra.Command, args []string) {
|
||||
fs.Debugf("rclone", "Version %q finishing with parameters %q", fs.Version, os.Args)
|
||||
atexit.Run()
|
||||
|
Reference in New Issue
Block a user