Skip to content

name description cuts off last character #9

Description

@JOJ0

Hi,
I can't figure out why the last character is cut off from my --help outputs "Name description"

my command spits out something like this:

usage: command [-h] [-v] [-o] {arg1,arg2} ...

The ProjectNAME command description

cli2man gives me that

.Nm command
.Nd the projectname command descriptio

no matter what i write as "the command description", the very last character always gets cut off.

also I would like to know if I could use capital letters also in this description (my commands -h does use them!) or if this is a limitation of .mdoc format itself. seems like currently cli2man tranlates caps to non-caps here.

I am using Python 2.7.16 installed via homebrew on macOS 10.13.6

thanks a lot!
Jojo

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions