Skip to content

Make the "type:" and "default:" string automatically generated by --help optional #118

Open
@brainandforce

Description

@brainandforce

It seems that there is no way to disable this portion of the automatically generated help from showing up. Here's an example from something I'm writing:

@add_arg_table! argtable begin
        "--number-of-outputs", "-n"
            help = "The number of different outputs to be written."
            arg_type = Int
            default = 1

Results in this help string:

  -n, --number-of-outputs NUMBER-OF-OUTPUTS
                        The number of different outputs to be written.
                        (type: Int64, default: 1)

I'd like to include/format that information myself, so if there could be some sort of flag in ArgParseSettings() to disable that portion, that would be great.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions