Closed jochman closed 1 year ago
There's a problem with a multi command module. I've use demisto-sdk and found it.
When importing a command, the module is not in the command name.
using the module above: format command: filename: docs/commands/format.md
::: mkdocs-click :module: demisto_sdk.__main__ :command: format
display:
The usage should be demisto-sdk format. Is there a way to explicit the name of the command? I can't use prog_name as it not accepting spaces.
demisto-sdk format
prog_name
There's a problem with a multi command module. I've use demisto-sdk and found it.
When importing a command, the module is not in the command name.
using the module above: format command: filename: docs/commands/format.md
display:
The usage should be
demisto-sdk format
. Is there a way to explicit the name of the command? I can't useprog_name
as it not accepting spaces.