During cocli corim submit command testing a major bug is seen in the help output of all the comid and corim cocli commands.
The Long help output indicates command as cli, whereas the actual command is cocli.
Example:
cli comid create --template=t1.json \
--template=t2.json \
--template-dir=templates
Should be corrected to:
cocli comid create --template=t1.json \
--template=t2.json \
--template-dir=templates
During cocli corim submit command testing a major bug is seen in the help output of all the comid and corim cocli commands.
The Long help output indicates command as cli, whereas the actual command is cocli. Example: cli comid create --template=t1.json \ --template=t2.json \ --template-dir=templates
Should be corrected to: cocli comid create --template=t1.json \ --template=t2.json \ --template-dir=templates