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
Hi! @jordanmontt did you mean to be part of launch command (or even create command)? Since image command is just root for subcommands...
E.g.: $ pharo-launcher image launch <myImage> --headless --eval --save "MyClass oneTimeSetup"
It would be nice to be able to launch an image in headless mode. For example
$ pharo-launcher image mySuperImage eval "2+2"
and that returns a4
The text was updated successfully, but these errors were encountered: