- the command had `--migration:generate` instead of `migration:generate` written in the doc - when copy pasting it we got this error ``` Not enough non-option arguments: got 0, need at least 1 ``` - after removing the extra `--` it worked as expected