Adds asterisk to denote skeleton

This commit is contained in:
howardwu 2020-05-16 19:54:46 -07:00
parent ca58fb8390
commit ed63ee3d35
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ impl CLI for DeployCommand {
type Output = ();
const NAME: NameType = "deploy";
const ABOUT: AboutType = "Deploy package as program to the network";
const ABOUT: AboutType = "Deploy package as program to the network (*)";
const ARGUMENTS: &'static [ArgumentType] = &[];
const FLAGS: &'static [FlagType] = &[];
const OPTIONS: &'static [OptionType] = &[];

View File

@ -15,7 +15,7 @@ impl CLI for PublishCommand {
type Output = ();
const NAME: NameType = "publish";
const ABOUT: AboutType = "Package circuit and upload this package to the registry";
const ABOUT: AboutType = "Package circuit and upload this package to the registry (*)";
const ARGUMENTS: &'static [ArgumentType] = &[];
const FLAGS: &'static [FlagType] = &[];
const OPTIONS: &'static [OptionType] = &[];