pub unsafe static NSArgumentDomain: &'static NSString
Available on crate features
NSUserDefaults
and NSString
only.Expand description
NSArgumentDomain identifies a search list entry containing the commandline arguments the application was launched with, if any. Arguments must be formatted as ‘-key plistvalue’. NSArgumentDomain is automatically included in all search lists, after forced defaults, but before all other entries. This can be useful for testing purposes.
See also Apple’s documentation