MohamedBeydoun / atlas

An express-typescript code generator
Apache License 2.0
6 stars 0 forks source link

Useless name argument in route generation #41

Closed AsFal closed 4 years ago

AsFal commented 4 years ago

Problem

Ex: atlas generate route xyz --router new

The "xyz" variable is nowhere to be found in the codebase.

Proposal

The name could replace the controller string flag.

MohamedBeydoun commented 4 years ago

route does not take arguments. I will remove the [name] from the command's description