This reverts commit acbbd4c58d.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
690cbc9fa3
Коммит
ac10bb12a5
@@ -36,7 +36,7 @@ func docsCmdF(cmd *cobra.Command, args []string) error {
|
||||
return createErr
|
||||
}
|
||||
} else if !fileInfo.IsDir() {
|
||||
return fmt.Errorf("File %q is not a directory", outDir)
|
||||
return fmt.Errorf(fmt.Sprintf("File \"%s\" is not a directory", outDir))
|
||||
}
|
||||
|
||||
err = doc.GenReSTTree(RootCmd, outDir)
|
||||
|
||||
Ссылка в новой задаче
Block a user