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
The one thing I have a question about is, should this flag be called before executing the script, or do we have it do a build and run at the same time?
The difference here would be if the arguments to gen.migration (for example) would be required or not. If this just does the build, then they wouldn't be used; however, if it's a build and run then they would be required..
Add a
--build
flag that will build that crystal script in to an executable likelucky --build gen.migration
=>bin/lucky.gen.migration
.Related: #869
The text was updated successfully, but these errors were encountered: