archway-network / cli

Develop WASM smart contracts with the Archway network developer CLI
https://docs.archway.io
Apache License 2.0
44 stars 21 forks source link

fix(contracts): use `[no-]` convention for negative flags #258

Closed aelesbao closed 1 year ago

aelesbao commented 1 year ago

Description

The execute and instantiate sub-commands add the --skip-validation flag. However, renaming it to --no-validation will be better for consistency with other boolean flags.