[Pharo-project] [update 2.0] #20045
20045 ----- Issue 5801: remove #testLiteralsForGlobalBehaviorsAreCorrect http://code.google.com/p/pharo/issues/detail?id=5801 Issue 5758: Improve CommandLine handling http://code.google.com/p/pharo/issues/detail?id=5758 -- Marcus Denker -- http://marcusdenker.de
Marcus Denker-4 wrote
Issue 5758: Improve CommandLine handling http://code.google.com/p/pharo/issues/detail?id=5758
Cool! This deserves some documentation... -- View this message in context: http://forum.world.st/update-2-0-20045-tp4608123p4608400.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
most of it is in the class comments of CommandLineArguments and CommandLineHandler. Example: ======= Default options --------------- cogVM CommandLine/CommandLine.image --help cogVM CommandLine/CommandLine.image --version cogVM CommandLine/CommandLine.image --copyright List all the Installed handlers/subcommands ------------------------------------------- cogVM CommandLine/CommandLine.image --list Evaluate a String ----------------- cogVM CommandLine/CommandLine.image eval '1+2' cogVM CommandLine/CommandLine.image -e '1+2' cogVM CommandLine/CommandLine.image --evaluate '1+2' all in all I cleaned up the old command-line handling stuff and replaced it with something that's less static and slightly more flexible. On 2012-05-04, at 13:27, Sean P. DeNigris wrote:
Marcus Denker-4 wrote
Issue 5758: Improve CommandLine handling http://code.google.com/p/pharo/issues/detail?id=5758
Cool! This deserves some documentation...
-- View this message in context: http://forum.world.st/update-2-0-20045-tp4608123p4608400.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (3)
-
Camillo Bruni -
Marcus Denker -
Sean P. DeNigris