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 b37410d commit 8764f70Copy full SHA for 8764f70
serve/docs_test.go
@@ -15,7 +15,7 @@ func TestPluginDocs(t *testing.T) {
15
memdb.NewMemDBClient)
16
srv := Plugin(p)
17
cmd := srv.newCmdPluginRoot()
18
- cmd.SetArgs([]string{"doc", tmpDir})
+ cmd.SetArgs([]string{"doc", tmpDir, "--format", "json"})
19
if err := cmd.Execute(); err != nil {
20
t.Fatal(err)
21
}
0 commit comments