diff -r 5a71993a1a70 -r 222393534845 MYTask.h --- a/MYTask.h Sat Mar 28 09:36:46 2009 -0700 +++ b/MYTask.h Wed May 20 08:34:04 2009 -0700 @@ -51,6 +51,9 @@ @property (copy) NSString* currentDirectoryPath; +/** Prettified description of command string. Doesn't do full shell-style quoting, though. */ +- (NSString*) commandLine; + - (BOOL) run; - (BOOL) run: (NSError**)outError;