self icon indicating copy to clipboard operation
self copied to clipboard

Add option to suppress startup messages?

Open dram opened this issue 7 years ago • 0 comments

Can we add option (e.g. -q) to suppress startup messages like following, so that Self will be more friendly when writing CLI programs:

for I386:  LogVMMessages = true
for I386:  PrintScriptName  = true
for I386:  Inline = true
for I386:  SICDeferUncommonBranches = false (not implemented)
for I386:  SICReplaceOnStack = false (not implemented)
for I386:  SaveOutgoingArgumentsOfPatchedFrames = true
Reading foo.self...

dram avatar Nov 04 '16 12:11 dram