mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 14:44:28 -04:00
Create cmd tool, full parameter name
This commit is contained in:
parent
ba054237f1
commit
83bb99a34e
6 changed files with 82 additions and 8 deletions
|
@ -32,7 +32,9 @@ class HonCommand:
|
|||
@property
|
||||
def parameters(self):
|
||||
result = {key: parameter.value for key, parameter in self._parameters.items()}
|
||||
return result | {"program": self._category}
|
||||
if self._multi:
|
||||
result |= {"program": self._category}
|
||||
return result
|
||||
|
||||
@property
|
||||
def ancillary_parameters(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue