mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-08 15:59:34 -04:00
cli fix
This commit is contained in:
parent
e67c392525
commit
ef92ec6c3f
3 changed files with 5 additions and 0 deletions
|
@ -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"),
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue