Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brainandforce opened this issue Sep 12, 2022 · 0 comments

Comments

@brainandforce
Copy link

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.

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

No branches or pull requests

1 participant