Skip to content

Add subcommand abstract to single-page manuals#552

Merged
rauhul merged 1 commit into
mainfrom
fix-551
Feb 15, 2023
Merged

Add subcommand abstract to single-page manuals#552
rauhul merged 1 commit into
mainfrom
fix-551

Conversation

@rauhul
Copy link
Copy Markdown
Collaborator

@rauhul rauhul commented Feb 13, 2023

Fixes #551

  • Fixes a bug where signle-page manuals did not include subcommand abstracts because the DSL logic did not take to account root commands vs subcommands. This change adds a "root" property to the DSL element to allow for styling differences in the two cases.

Thanks @Nef10 for reporting this issue. If you have time could you try this branch and verify it solves the issue in your project.

- Fixes a bug where signle-page manuals did not include subcommand
  abstracts because the DSL logic did not take to account root commands
  vs subcommands. This change adds a "root" property to the DSL element
  to allow for styling differences in the two cases.
@rauhul
Copy link
Copy Markdown
Collaborator Author

rauhul commented Feb 15, 2023

@swift-ci please test

@rauhul rauhul merged commit 5649a38 into main Feb 15, 2023
@rauhul rauhul deleted the fix-551 branch February 15, 2023 05:54
@Nef10
Copy link
Copy Markdown

Nef10 commented Feb 17, 2023

@rauhul Thank you for the quick fix! I tried it and it looks good :)

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.

Manual Generation: Abstracts for subcommands missing in single page mode

2 participants