[squeak-dev] [ANN] DoItFirst command line goodie on SqueakSource

Marcel Taeumel marcel.taeumel at hpi.de
Wed Dec 9 10:23:37 UTC 2020


Hi Dave.

Thanks! Would you mind adding a page on wiki.squeak.org? :-)

Best,
Marcel
Am 08.12.2020 22:20:25 schrieb David T. Lewis <lewis at mail.msen.com>:
On Sat, Dec 05, 2020 at 09:33:26AM +0100, Fabio Niephaus wrote:
> This is great! +1 for adding this to trunk, leaving the when to Dave.
>

Done.

To see available command line options on a unix-like system:

$ squeak squeak.image -- -h
DoItFirst image arguments:
--doit argumentlist "evaluate each argument as a doIt expression"
--evaluate arg "evaluate arg, print result then exit"
--file filename "evaluate contents of filename, print result then exit"
--filein filelist "file in each file named in fileList"
--cwd path "set FileDirectory defaultDirectory to path prior to evaluating other options"
--debug "enter a debugger as soon as possible in the startUp processing"
--help "print this message"
some arguments have single character synonyms, -f is a synonym for --file, -d for --doit
single '-' may be used instead of '--', -help is interpreted as --help

Dave

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20201209/54cf38df/attachment.html>


More information about the Squeak-dev mailing list