There are several inconsistency in flag usage between the property commands and the cpcodes commands.
In the property flags we use:
--config anywhere in the command
--group for group id
--contract for contract id
In the cpcodes flags we use:
--config must be used globally prior to subcommand
--groupID for group id
--contractID for contract id
This inconsistency leads to a very confused user experience from the CLI.
Spawned from #6
There are several inconsistency in flag usage between the
propertycommands and thecpcodescommands.In the
propertyflags we use:--configanywhere in the command--groupfor group id--contractfor contract idIn the
cpcodesflags we use:--configmust be used globally prior to subcommand--groupIDfor group id--contractIDfor contract idThis inconsistency leads to a very confused user experience from the CLI.
Spawned from #6