Flutterando / slidy

CLI package manager and template for Flutter
https://pub.dev/packages/slidy
Apache License 2.0
803 stars 101 forks source link

--help doesn't return arguments for slidy g m ./modules/home #237

Closed evandrmb closed 3 years ago

evandrmb commented 3 years ago

In previous versions of slidy if the user type -h or --help after a command like that: slidy g m ./modules/home it was shown the possible arguments to pass. In version 3.0.0 all it's show is: image

Also if I try the -c argument wich previous stand for complete, generating module with pages and controller it is returned image

marcusrohden commented 3 years ago

going through the same issue. slidy g m 'path' -c does not recognize the tag '-c'

Using: Dart SDK version: 2.12.2 (stable) (Wed Mar 17 10:30:20 2021 +0100) on "macos_x64"

jacobaraujo7 commented 3 years ago

Hello. -C today is no longer supported as slidy is now agnostic to state management, so we would not be able to say which is the default state management.