mirror of
https://github.com/rclone/rclone.git
synced 2025-08-12 06:59:29 +02:00
vendor: update all dependencies
This commit is contained in:
3
vendor/github.com/spf13/cobra/doc/man_docs.go
generated
vendored
3
vendor/github.com/spf13/cobra/doc/man_docs.go
generated
vendored
@ -190,6 +190,9 @@ func manPrintOptions(buf *bytes.Buffer, command *cobra.Command) {
|
||||
}
|
||||
|
||||
func genMan(cmd *cobra.Command, header *GenManHeader) []byte {
|
||||
cmd.InitDefaultHelpCmd()
|
||||
cmd.InitDefaultHelpFlag()
|
||||
|
||||
// something like `rootcmd-subcmd1-subcmd2`
|
||||
dashCommandName := strings.Replace(cmd.CommandPath(), " ", "-", -1)
|
||||
|
||||
|
Reference in New Issue
Block a user