You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
difince
changed the title
Add support of short and full Argument parser parameters
Add support of short and full Argument parser arguments
Dec 16, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Some of the commands do not support short and long versions of the command's arguments.
https://github.com/vmware-labs/ml-conversational-analytic-tool/blob/cc3762d59289668e4d8420bb36fcd7fb8bbd18e3/ml-conversational-analytic-tool/run.py#L49-L51
Allow the Users to select their preferred way to provide commands arguments
For example, the user should be able to provide
-p
or--pad
Solution
Make all ArgumentParser's
arguments
support full and short versions (wherever possible):Example:
The text was updated successfully, but these errors were encountered: