Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 14, 2024
1 parent 85975f9 commit d3ffe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli/generate/markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ fn parse_readme_directives(path: &Path, full: &str) -> miette::Result<Vec<UsageM
"usage_overview" => UsageMdDirective::UsageOverview,
"global_args" => UsageMdDirective::GlobalArgs,
"global_flags" => UsageMdDirective::GlobalFlags,
"cnfig" => UsageMdDirective::Config,
"config" => UsageMdDirective::Config,
"command_index" => UsageMdDirective::CommandIndex,
"commands" => UsageMdDirective::Commands,
k => Err(UsageCLIError::MarkdownParseError {
Expand Down

0 comments on commit d3ffe4f

Please sign in to comment.