summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds/account.rs
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-09-27 15:36:13 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-09-27 15:36:13 +0200
commite830dad2b1e00a2ef46382dfe71c80b0406686e8 (patch)
treeeb7db04951974780a61c0c4ad948c5e1c3b360fa /mullvad-cli/src/cmds/account.rs
parent00b0ba04092e97f3724260b943f3b138e8eb7b01 (diff)
parent763d5e200947d616865ec3292c27347739d2d386 (diff)
downloadmullvadvpn-e830dad2b1e00a2ef46382dfe71c80b0406686e8.tar.xz
mullvadvpn-e830dad2b1e00a2ef46382dfe71c80b0406686e8.zip
Merge branch 'update-rustfmt'
Diffstat (limited to 'mullvad-cli/src/cmds/account.rs')
-rw-r--r--mullvad-cli/src/cmds/account.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/mullvad-cli/src/cmds/account.rs b/mullvad-cli/src/cmds/account.rs
index 4d42c8c226..1beee454c7 100644
--- a/mullvad-cli/src/cmds/account.rs
+++ b/mullvad-cli/src/cmds/account.rs
@@ -22,10 +22,12 @@ impl Command for Account {
.help("The Mullvad account token to configure the client with")
.required(true),
),
- ).subcommand(
+ )
+ .subcommand(
clap::SubCommand::with_name("get")
.about("Display information about the currently configured account"),
- ).subcommand(
+ )
+ .subcommand(
clap::SubCommand::with_name("unset")
.about("Removes the account number from the settings"),
)