Jean Raby 6f8d8394df add sanitizedArguments to SOGoTool
sanitizedArguments are the arguments received on the CLI minus
those that are part of the NSArgumentDomain
For example:
  sogo-tool user-preferences set sogo1  -p /tmp/creds Vacation -f /tmp/json

arguments would contain:
  @"set", @"sogo1", @"-p", @"/tmp/creds", @"Vacation", @"-f", @"/tmp/json"
sanitizedArguments would contain :
  @"set", @"sogo1", @"Vacation"
2013-01-07 14:54:11 -05:00
2012-11-29 14:40:46 -05:00
2012-05-24 15:38:24 +00:00
2012-10-22 10:09:13 -04:00
2012-11-29 14:40:46 -05:00
2013-01-07 14:54:11 -05:00
2012-09-21 09:13:27 -04:00
2012-12-06 13:07:45 -05:00
2012-12-21 14:30:12 -05:00
Description
No description provided
222 MiB
Languages
Objective-C 67.8%
JavaScript 14.7%
Rich Text Format 9.7%
SCSS 2.2%
C 1.5%
Other 4%