1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Document input format for multiple arguments

This commit is contained in:
aphel 2021-04-15 05:47:03 +01:00 committed by GitHub
parent 56f376c753
commit 011180e56c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -649,6 +649,7 @@ Invocation of the tasks will look like:
```bash
$ bin/rails task_name
$ bin/rails "task_name[value 1]" # entire argument string should be quoted
$ bin/rails "task_name[value 1,value2,value3]" # separate multiple args with a comma
$ bin/rails db:nothing
```