diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-11-06 06:52:17 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2016-12-24 12:08:33 +0900 |
commit | 654704247eba742e139cfaa8d1385f13605d9e12 (patch) | |
tree | 8e8f803aab4723bea9cced7632f13e93ecac69e0 /activejob/lib/active_job/base.rb | |
parent | 4e73ffa9b45904492815f8f67d4695ef719e0350 (diff) | |
download | rails-654704247eba742e139cfaa8d1385f13605d9e12.tar.gz rails-654704247eba742e139cfaa8d1385f13605d9e12.tar.bz2 rails-654704247eba742e139cfaa8d1385f13605d9e12.zip |
use Thor option parser in server commands parse
The `ServerCommand` inherits Thor, but currently does not use Thor
option parser.
Therefore, if leave the argument of Thor as it is, it becomes an error by
the argument checking of Thor.
To avoid it, to use the Thor option parser instead of reimplementing it.
Fixes #26964
Diffstat (limited to 'activejob/lib/active_job/base.rb')
0 files changed, 0 insertions, 0 deletions