1
0
mirror of https://github.com/rclone/rclone.git synced 2025-07-11 14:30:44 +02:00

docs: remove minimum versions from command pages of pre v1 commands

This commit is contained in:
albertony
2022-11-28 17:00:51 +01:00
parent 6d18f60725
commit 313493d51b
9 changed files with 0 additions and 27 deletions

View File

@ -33,9 +33,6 @@ 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()