We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07d022 commit 91efb09Copy full SHA for 91efb09
cmd/docbuilder/main.go
@@ -46,7 +46,7 @@ func main() {
46
47
args := fs.Args()
48
if len(args) > 0 {
49
- destination = args[1]
+ destination = args[0]
50
}
51
52
pkgs, err := packages.Load(&packages.Config{Dir: directory}, "./...")
0 commit comments