This commit is contained in:
John Smith 2022-06-26 10:24:22 -04:00
parent e67c392525
commit ef92ec6c3f
3 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,7 @@ fn parse_command_line(default_config_path: &OsStr) -> Result<clap::ArgMatches, S
Arg::new("config-file")
.short('c')
.takes_value(true)
.allow_invalid_utf8(true)
.value_name("FILE")
.default_value_os(default_config_path)
.help("Specify a configuration file to use"),

View File

@ -10,5 +10,7 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>

View File

@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>