-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
bugSomething isn't workingSomething isn't workingdocspriority-2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functions
Description
Describe the bug
The man pages don't include arguments that are between < and >. This is related to cpuguy83/go-md2man#11.
Steps to reproduce the behavior
man gh-repo-clone
Expected vs actual behavior
The SYNOPSIS topic should read like
gh repo clone <repository> [<directory>] [-- <gitflags>...]
but it reads like
gh repo clone [] [-- ...]
go-md2man should also print a warning about his matter. It can't handle HTML entities (spans in this case).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocspriority-2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functions