LyricTian / gin-admin

A lightweight, flexible, elegant and full-featured RBAC scaffolding based on GIN + GORM 2.0 + Casbin 2.0 + Wire DI.
http://101.42.232.163:8040
Apache License 2.0
2.57k stars 518 forks source link

Error while generate a new module #151

Closed crazyrunsnail closed 6 months ago

crazyrunsnail commented 7 months ago

Using following command in README.md:

gin-admin-cli gen -d . -m CMS -s Article --structs-comment 'Article management'

Error:

Incorrect Usage: flag provided but not defined: -s

Replace -s with --structs fix this problem.