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
1 changed files with 1 additions and 0 deletions

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
```