Skip to content

Instantly share code, notes, and snippets.

@kenanchristian
Created June 24, 2020 18:12
Show Gist options
  • Save kenanchristian/09df2bd09577bb68cf74c2e10485a529 to your computer and use it in GitHub Desktop.
Save kenanchristian/09df2bd09577bb68cf74c2e10485a529 to your computer and use it in GitHub Desktop.
async run() {
const {args, flags} = this.parse(Create)
this.log(JSON.stringify(args))
this.log(JSON.stringify(flags))
this.log('Your pizza is ready!')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment