Skip to content

Support mandoc#7413

Merged
stealthycoin merged 2 commits intoaws:developfrom
hssyoo:support-mandoc
Nov 8, 2022
Merged

Support mandoc#7413
stealthycoin merged 2 commits intoaws:developfrom
hssyoo:support-mandoc

Conversation

@hssyoo
Copy link
Contributor

@hssyoo hssyoo commented Nov 7, 2022

Fixes #6918 and #7400.
This PR was built on top of a commit contributed by ajacoutot in #2635.

The CLI's help commands are currently broken on macOS Ventura because Ventura has replaced groff with mandoc. This PR fixes the issue by falling back on mandoc if groff doesn't exist in the path.

@codecov-commenter
Copy link

codecov-commenter commented Nov 7, 2022

Codecov Report

Merging #7413 (effb199) into develop (277e232) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           develop   #7413      +/-   ##
==========================================
- Coverage     0.08%   0.08%   -0.01%     
==========================================
  Files          205     205              
  Lines        16455   16457       +2     
==========================================
  Hits            14      14              
- Misses       16441   16443       +2     
Impacted Files Coverage Δ
awscli/help.py 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Antoine Jacoutot and others added 2 commits November 7, 2022 19:20
This will allow 'help' to work on BSDs, Illumos and Linux
distributions using the mandoc formatter.
@mattdeluco
Copy link

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for mandoc

4 participants