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

Provide public API for customizing output #49

Open
tomghuang opened this issue May 21, 2020 · 1 comment
Open

Provide public API for customizing output #49

tomghuang opened this issue May 21, 2020 · 1 comment
Assignees

Comments

@tomghuang
Copy link
Contributor

tomghuang commented May 21, 2020

@hzeba has provided a great example, which shows how to customize glossary and error message output format. However, the example has to use several private functions (such as arg_cat_optionv() and arg_print_formatted_ds()) to customize the output. It means that Argtable3 doesn't provide enough public API for this purpose.

We need to carefully open several private functions, so that developers can have enough public interface to customize their output.

@tomghuang tomghuang self-assigned this May 21, 2020
@jhzeba
Copy link
Contributor

jhzeba commented May 22, 2020

Here's a c++ wrapper if anybody's interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants