Skip to content

Commit

Permalink
fix: markdown by default
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 21, 2023
1 parent 2598a93 commit d3f9719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const cli = meow(
},
format: {
type: "string",
default: "json"
default: "markdown"
}
},
importMeta: import.meta,
Expand Down

0 comments on commit d3f9719

Please sign in to comment.