cli fix
This commit is contained in:
parent
e67c392525
commit
ef92ec6c3f
@ -49,6 +49,7 @@ fn parse_command_line(default_config_path: &OsStr) -> Result<clap::ArgMatches, S
|
|||||||
Arg::new("config-file")
|
Arg::new("config-file")
|
||||||
.short('c')
|
.short('c')
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
|
.allow_invalid_utf8(true)
|
||||||
.value_name("FILE")
|
.value_name("FILE")
|
||||||
.default_value_os(default_config_path)
|
.default_value_os(default_config_path)
|
||||||
.help("Specify a configuration file to use"),
|
.help("Specify a configuration file to use"),
|
||||||
|
@ -10,5 +10,7 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.network.client</key>
|
<key>com.apple.security.network.client</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.files.user-selected.read-write</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -8,5 +8,7 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.network.client</key>
|
<key>com.apple.security.network.client</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.files.user-selected.read-write</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
Reference in New Issue
Block a user