rails-new icon indicating copy to clipboard operation
rails-new copied to clipboard

Make Rails arguments optional

Open Rukomoynikov opened this issue 1 year ago • 2 comments

Calling rails-new without any arguments fails with error: (error: the following required arguments were not provided: <ARGS>..). Making rails arguments optional allows to simply run rails-new and see what params are required for scaffolding new rails application (for example app name).

Rukomoynikov avatar Oct 06 '24 15:10 Rukomoynikov