docs: add minimum versions to the command pages
This commit is contained in:
parent
d74662a751
commit
6d18f60725
65 changed files with 233 additions and 2 deletions
|
@ -155,6 +155,9 @@ to check all the data.
|
|||
If you supply the |--checkfile HASH| flag with a valid hash name,
|
||||
the |source:path| must point to a text file in the SUM format.
|
||||
`, "|", "`") + FlagsHelp,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v0.90",
|
||||
},
|
||||
RunE: func(command *cobra.Command, args []string) error {
|
||||
cmd.CheckArgs(2, 2, command, args)
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue