You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lint: let clap_help_markdown allow code spans in help text
Add `ignore_constructs = ["code_span"]` and restore the backticks in the
two `--omit-json-shared-*` doc comments, then regenerate the completions,
help text, `USAGE.md`, and man page.
https://claude.ai/code/session_016ZyYFnzSv876usUHLEX4qe
[CompletionResult]::new('--no-errors','--no-errors', [CompletionResultType]::ParameterName,'Prevent filesystem error messages from appearing in stderr')
52
52
[CompletionResult]::new('-p','-p', [CompletionResultType]::ParameterName,'Report progress being made at the expense of performance')
53
53
[CompletionResult]::new('--progress','--progress', [CompletionResultType]::ParameterName,'Report progress being made at the expense of performance')
54
-
[CompletionResult]::new('--omit-json-shared-details','--omit-json-shared-details', [CompletionResultType]::ParameterName,'Do not output .shared.details in the JSON output')
55
-
[CompletionResult]::new('--omit-json-shared-summary','--omit-json-shared-summary', [CompletionResultType]::ParameterName,'Do not output .shared.summary in the JSON output')
54
+
[CompletionResult]::new('--omit-json-shared-details','--omit-json-shared-details', [CompletionResultType]::ParameterName,'Do not output `.shared.details` in the JSON output')
55
+
[CompletionResult]::new('--omit-json-shared-summary','--omit-json-shared-summary', [CompletionResultType]::ParameterName,'Do not output `.shared.summary` in the JSON output')
56
56
[CompletionResult]::new('-h','-h', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
57
57
[CompletionResult]::new('--help','--help', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
0 commit comments