docs: add minimum versions to the command pages

This commit is contained in:
albertony committed 2022-12-03 18:58:55 +01:00
1 parent d74662a751
commit 6d18f60725
65 files changed
+233 -2

No files matched your search

+3
View File
@@ -18,6 +18,9 @@ func init() {
var commandDefinition = &cobra.Command{
Use: "mkdir remote:path",
Short: `Make the path if it doesn't already exist.`,
Annotations: map[string]string{
"versionIntroduced": "v0.90",
},
Run: func(command *cobra.Command, args []string) {
cmd.CheckArgs(1, 1, command, args)
fdst := cmd.NewFsDir(args)