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 core command run make is creating a new Runfile if one is not present.
Since the addition of the .runfile option, I believe we should also consider its presence the same, and not create a runfile if .runfile is present.
With the current situation, the command run make is sort of "reserved" and cannot be used when .runfile is used.
Also consider renaming run make to run new
Also consider adding something like run new config that will create .runfile sample
The text was updated successfully, but these errors were encountered:
The core command
run make
is creating a newRunfile
if one is not present.Since the addition of the
.runfile
option, I believe we should also consider its presence the same, and not create a runfile if.runfile
is present.With the current situation, the command
run make
is sort of "reserved" and cannot be used when.runfile
is used.run make
torun new
run new config
that will create.runfile
sampleThe text was updated successfully, but these errors were encountered: