Skip to content

Commit 77d40b4

Browse files
IgnacioHerediaalvarolopez
authored andcommitted
feat: add required info to help message
1 parent 3fd3b55 commit 77d40b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deepaas/cmd/cli.py

+3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ def _fields_to_dict(fields_in):
122122
if val_type is fields.Field:
123123
val_help += "\nType: FILEPATH"
124124

125+
if val_req:
126+
val_help += "\n*Required*"
127+
125128
param["help"] = val_help
126129

127130
dict_out[key] = param

0 commit comments

Comments
 (0)