lazaronixon / authentication-zero

An authentication system generator for Rails applications.
MIT License
1.61k stars 53 forks source link

help option?? #111

Closed hasandiwan closed 2 weeks ago

hasandiwan commented 5 months ago

https://codewithrails.com/rails-authentication claims that the generator has a help option saying what's available. But it's not recognized by bin/rails. Witness:

$ bin/rails g authentication --help Usage: rails [options] -p port set the port (default is 4567) -s server specify rack server/handler -q turn on quiet mode (default is off) -x turn on the mutex lock (default is off) -e env set the environment (default is development) -o addr set the host (default is (env == 'development' ? 'localhost' : '0.0.0.0'))

HenriqueRicardoFigueira commented 5 months ago

hi, have you managed to solve your problem? I tested it and didn't encounter any issues.

hasandiwan commented 5 months ago

No, I have not. Again, what I'm expecting is the authentication-zero help, not the rails help.

HenriqueRicardoFigueira commented 5 months ago

https://github.com/lazaronixon/authentication-zero/blob/main/lib/generators/authentication/authentication_generator.rb#L6

lazaronixon commented 2 weeks ago

Weird... no problem here.

image