Open aarontp opened 1 year ago
FYI @jleaniz
Yeah, these flags are automatically generated based on the object attributes, so I'm not sure how we could add text to that dynamically without hardcoding some text and mapping text to options. The only thing i can think of is to somehow grab the text from the class docstring if there's a way to do that.
I'll give that a shot to see if we can use the class attributes docstring as a help message and pass this to the client via the API. I assume that's not an issue because the "submit" sub-commands wouldn't be generated without being able to contact the API in the first place.
What would this feature improve or what problem would it solve?
Would be able to see more details of the flags to know how to use the client better.
What is the feature you are proposing?
Not sure why, but the turbinia client is not showing the help text for the flags here:
What alternatives have you considered?
No response