diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-04-22 13:09:55 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-04-22 13:09:55 +0200 |
| commit | 88145b758e2dc1092aa63a07b8eb196df778b675 (patch) | |
| tree | 9451d72269863f0cb568062c3ce9cda97fbaef7f /mullvad-cli/src/cmds/api_access.rs | |
| parent | 47a32b6f2fc304396dcf047e4732145786e75bda (diff) | |
| parent | a0f3abeaf168b563e9395138ba6c77f532e208e2 (diff) | |
| download | mullvadvpn-88145b758e2dc1092aa63a07b8eb196df778b675.tar.xz mullvadvpn-88145b758e2dc1092aa63a07b8eb196df778b675.zip | |
Merge branch 'fix-broken-doclinks'
Diffstat (limited to 'mullvad-cli/src/cmds/api_access.rs')
| -rw-r--r-- | mullvad-cli/src/cmds/api_access.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mullvad-cli/src/cmds/api_access.rs b/mullvad-cli/src/cmds/api_access.rs index 6c41850784..314ebf0795 100644 --- a/mullvad-cli/src/cmds/api_access.rs +++ b/mullvad-cli/src/cmds/api_access.rs @@ -340,7 +340,7 @@ pub struct EditCustomCommands { /// Which API access method to edit #[clap(flatten)] item: SelectItem, - /// Name of the API access method in the Mullvad client [All] + /// Name of the API access method in the Mullvad client \[All\] #[arg(long)] name: Option<String>, /// Editing parameters @@ -350,7 +350,7 @@ pub struct EditCustomCommands { #[derive(Args, Debug, Clone)] pub struct EditParams { - /// Name of the API access method in the Mullvad client [All] + /// Name of the API access method in the Mullvad client \[All\] #[arg(long)] name: Option<String>, #[clap(flatten)] @@ -406,7 +406,7 @@ mod conversions { } } -/// Pretty printing of [`ApiAccessMethod`]s +/// Pretty printing of [`AccessMethodSetting`]s mod pp { use crate::cmds::proxies::pp::CustomProxyFormatter; use mullvad_types::access_method::{AccessMethod, AccessMethodSetting}; @@ -418,7 +418,7 @@ mod pp { pub struct FormatterSettings { /// If the formatter should print the enabled status of an - /// [`AcessMethodSetting`] (*) next to its name. + /// [`AccessMethodSetting`] (*) next to its name. pub write_enabled: bool, } |
