authentication-zero icon indicating copy to clipboard operation
authentication-zero copied to clipboard

help option??

Open hasandiwan opened this issue 1 year ago • 3 comments

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'))

hasandiwan avatar May 17 '24 21:05 hasandiwan

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

HenriqueRicardoFigueira avatar May 27 '24 19:05 HenriqueRicardoFigueira

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

hasandiwan avatar May 27 '24 20:05 hasandiwan

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

HenriqueRicardoFigueira avatar May 28 '24 18:05 HenriqueRicardoFigueira

Weird... no problem here. image

lazaronixon avatar Oct 08 '24 05:10 lazaronixon