summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds/disconnect.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-05-03And gRPC interface wrapper and refactor CLI to use clap derive instead of ↵David Lönnhager1-47/+0
the builder
2022-10-17Refactor CLI to use TunnelState from mullvad-typesDavid Lönnhager1-2/+1
2022-06-14Manually fix the simpler non-semantic clippy warnsJonathan1-3/+2
This commit tries to manually fix the clippy warnings that are fairly straightforward and do not have rippling effects on the codebase nor have a very high chance of causing bugs.
2022-05-05Rework output of status subcommand in CLIEmīls1-1/+1
The output of the status command is reworked to show hostnames instead of IP addresses and trim the fat. The extra information (tunnel protocols, IP addrresses) are now available with the verbose flag.
2022-02-14Upgrade clap to 3.0David Lönnhager1-5/+5
2020-10-09Add --wait argument to disconnect and reconnect commandsOskar Nyberg1-3/+31
2020-08-20Add mullvad-management-interface crate for IPC types and functionsDavid Lönnhager1-3/+3
2020-08-20Use gRPC for management interface in backend and CLIDavid Lönnhager1-4/+5
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-1/+1
2018-12-13Convert mullvad-cli to Rust 2018Linus Färnstrand1-2/+0
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-1/+1
2018-11-08Manually editing full paths to be Rust2018 compatibleLinus Färnstrand1-3/+1
2018-11-07Update paths to start with crate:: etcLinus Färnstrand1-3/+3
2018-08-29Change mullvad-cli to use new jsonrpc clientEmīls Piņķis1-2/+2
2018-05-07Reuse RPC connection in `DaemonRpcClient`Janito Vaqueiro Ferreira Filho1-1/+1
2018-05-03Use `DaemonRpcClient::disconnect` in `mullvad-cli`Janito Vaqueiro Ferreira Filho1-2/+4
2018-04-10Format with rustfmt 0.4.1-nightly (e784712 2018-04-09)Linus Färnstrand1-2/+2
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand1-0/+22