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:
parent
56f376c753
commit
011180e56c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue