
smalltalkci
List of commands for smalltalkci:
-
smalltalkci:tldr:46401 smalltalkci: Debug tests in headful mode (show VM window).$ smalltalkci --headfultry on your machineexplain this command
-
smalltalkci:tldr:47a0c smalltalkci: Specify a custom Smalltalk image and VM.$ smalltalkci --image ${path-to-Smalltalk-image} --vm ${path-to-vm}try on your machineexplain this command
-
smalltalkci:tldr:55525 smalltalkci: Run tests for a configuration file.$ smalltalkci ${path-to--smalltalk-ston}try on your machineexplain this command
-
smalltalkci:tldr:82c87 smalltalkci: Download and prepare a well-known smalltalk image for the tests.$ smalltalkci --smalltalk ${Squeak64-Trunk}try on your machineexplain this command
-
smalltalkci:tldr:96ef4 smalltalkci: Run tests for the `.smalltalk.ston` configuration in the current directory.$ smalltalkcitry on your machineexplain this command
-
smalltalkci:tldr:e0fad smalltalkci: Clean up caches and delete builds.$ smalltalkci --cleantry on your machineexplain this command