atsign-foundation / at_app

This project is deprecated, see the tutorial linked below.

Home Page:https://docs.atsign.com/tutorials/flutter-and-atsdk-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shorthand namespace -n doesn't work

JeremyTubongbanua opened this issue · comments

Describe the bug

Shorthand namespace -n doesn't work (but --namespace does)
image

To Reproduce

  1. Get the at_app CLI
  2. Run at_app create at_onboarding_demo -n=@beaverarmadillo => doesn't work
  3. Run at_app create at_onboarding_demo --namespace=@beaverarmadillo => works

Expected behavior
image

@JeremyTubongbanua shorthand is with a space, like: -n @beaverarmadillo
See args on pub.dev