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

[Feature request] Easy transition from existing code using argparse #107

Open
user202729 opened this issue May 28, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@user202729
Copy link

Maybe something like this?

from tap import convert_to_tap_class  # or something

# existing code...
parser = ArgumentParser(...)

print(convert_to_tap_class(parser))  # automatically generates Python code
@swansonk14
Copy link
Owner

Hi @user202729,

Thank you for suggesting this feature! We agree that this would be a nice addition. We would welcome a PR from you or anyone else interested in implementing this feature.

Best,
Jesse and Kyle

@swansonk14 swansonk14 added the enhancement New feature or request label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants