lumoz-ai / brick-python-sdk

Python SDK for building bricks compatible with Lumoz Platform
1 stars 1 forks source link

Provide helper descriptions for command line arguments. #6

Open hrisheekeshr opened 4 years ago

hrisheekeshr commented 4 years ago

When the command line arguments are taken for commands such as

brick create -n {brick_name} -i

There aren't a description or helper notations for these keyword arguments. So, when we take these inputs do comprehensive validation and provide helpful suggestions for the user

hrisheekeshr commented 4 years ago

We can use typer for better implementation of this.