SamagraX-Stencil / stencil-cli

NestJS CLI on steroids for stencil 🍹
https://stencil.samagra.io/cli/introduction
Other
5 stars 10 forks source link

[cli] Aliases dont work while botstrapping a new project #7

Closed sooraj1002 closed 6 months ago

sooraj1002 commented 9 months ago

Description

While bootstrapping a new project using, stencil new project -ps yes does not register the value for prisma as yes. similarly for all other services added, the aliases dont register, stencil new project --prisma yes on the other hand works fine.

Savio629 commented 6 months ago

image

Replacing -ps to --ps works !

Savio629 commented 6 months ago

In most command line interfaces, single-dash options are typically used for single-letter options, while double-dash options are used for longer, more descriptive options.

Also -p won't work but different letters which are not in used works( eg. -e)