We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8aec70c commit 6c5b706Copy full SHA for 6c5b706
docsgen/main.go
@@ -31,7 +31,7 @@ func main() {
31
32
os.MkdirAll(os.Args[1], 0755) // Create the output folder if it doesn't already exist
33
34
- configuration.Settings = configuration.Init(configuration.FindConfigFileInArgsOrWorkingDirectory(os.Args))
+ configuration.Settings = configuration.Init(configuration.FindConfigFileInArgs(os.Args))
35
cli := cli.NewCommand()
36
cli.DisableAutoGenTag = true // Disable addition of auto-generated date stamp
37
err := doc.GenMarkdownTree(cli, os.Args[1])
0 commit comments