57{"config_agent","dns_domain","kSCTestConfigAgentDNSDomains", required_argument,"Configures the DNS Servers for certain domains. A comma-separated list of domains can be specified. Default is 'apple.com'"},
58{"config_agent","dns_servers","kSCTestConfigAgentDNSServers", required_argument,"Configures the specified DNS Servers. A comma-separated list of IP Addresses can be specified"},
59{"config_agent","remove_dns","kSCTestConfigAgentRemoveDNS", no_argument,"Remove a dns configuration, previously configured via 'sctest'"},
61{"config_agent","ftp_proxy","kSCTestConfigAgentFTPProxy", required_argument,"Add a proxy agent with FTP proxy. Format of the argument is 'server:port'"},
62{"config_agent","gopher_proxy","kSCTestConfigAgentGopherProxy", required_argument,"Add a proxy agent with Gopher proxy. Format of the argument is 'server:port'"},
63{"config_agent","http_proxy","kSCTestConfigAgentHTTPProxy", required_argument,"Add a proxy agent with HTTP proxy. Format of the argument is 'server:port'"},
64{"config_agent","https_proxy","kSCTestConfigAgentHTTPSProxy", required_argument,"Add a proxy agent with HTTPS proxy. Format of the argument is 'server:port'"},
65{"config_agent","proxy_match_domain","kSCTestConfigAgentProxyMatchDomain", required_argument,"Configures the Proxy server for certain domains. A comma-separated list of domains can be specified. Default is 'apple.com'"},
66{"config_agent","remove_proxy","kSCTestConfigAgentRemoveProxy", no_argument,"Remove a proxy configuration, previously configured via 'sctest'"},
67{"config_agent","socks_proxy","kSCTestConfigAgentSOCKSProxy", required_argument,"Add a proxy agent with SOCKS proxy. Format of the argument is 'server:port'"},
74{"unit_test","command","kSCTestUnitTestCommand", required_argument,"Run a unit test for a specific command. If this option is not specified, unit-tests for all commands will be run"},
75{"unit_test","list_tests","kSCTestUnitTestListTests", no_argument,"List the test commands in a JSON format. This is for NPT compliance"},
76{"unit_test","test_method","kSCTestUnitTestTestMethod", required_argument,"Runs a specific unit test. List can be obtained by using the 'test_method_list' option"},
77{"unit_test","test_method_list","kSCTestUnitTestTestMethodList", no_argument,"Lists all the unit tests. A specific one can be run using the 'test_method' option"},