mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 05:36:23 +00:00
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"
1.5 KiB
1.5 KiB