You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, I cannot customize command.migrate.make the same way for command.model.make.
In my custom command.model.make class, I was able to add arguments by using function getArguments()
However, getArguments() has no effect in command.migrate.make.
Question/idea here is, can we make command.migrate.make behave like command.model.make? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For some reason, I cannot customize
command.migrate.make
the same way forcommand.model.make
.In my custom
command.model.make
class, I was able to add arguments by usingfunction getArguments()
However,
getArguments()
has no effect incommand.migrate.make
.Question/idea here is, can we make
command.migrate.make
behave likecommand.model.make
? Thanks!Beta Was this translation helpful? Give feedback.
All reactions