Describe the bug
How to configure the group command in CommandDescriptor.
CommandDescriptor parameterized constructure supports following parameters in version pi-cli [5.8.5-rc.313242951].
(string id, string name, string description, CommandType commandType, CommandFlags commandFlags)
The expected command format syntax, how to configure this,
\<CommandOwner> \<GroupName> \<Command> \<Option> \<OptionValue>
@Nilavarasi-Ashika: The grouped commands are supported and working as expected. Please see our sample test app for reference on how to correctly use grouped commands.
Describe the bug How to configure the group command in CommandDescriptor. CommandDescriptor parameterized constructure supports following parameters in version pi-cli [5.8.5-rc.313242951]. (string id, string name, string description, CommandType commandType, CommandFlags commandFlags)
The expected command format syntax, how to configure this, \<CommandOwner> \<GroupName> \<Command> \<Option> \<OptionValue>
Runtime