summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds/lan.rs
AgeCommit message (Expand)AuthorFilesLines
2023-05-03Overthink boolean optionsDavid Lönnhager1-10/+8
2023-05-03Replace error handling in mullvad-cli with anyhowDavid Lönnhager1-1/+1
2023-05-03And gRPC interface wrapper and refactor CLI to use clap derive instead of the...David Lönnhager1-38/+25
2022-09-27Fix clippy complaintsEmīls Piņķis1-1/+1
2022-02-14Upgrade clap to 3.0David Lönnhager1-14/+10
2020-08-20Add mullvad-management-interface crate for IPC types and functionsDavid Lönnhager1-4/+4
2020-08-20Use gRPC for management interface in backend and CLIDavid Lönnhager1-10/+11
2020-04-22Replace simple getters with direct field accessJanito Vaqueiro Ferreira Filho1-1/+1
2019-05-27Automatically print help when no subcommand givenLinus Färnstrand1-1/+1
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-1/+1
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-1/+1
2018-11-07Update paths to start with crate:: etcLinus Färnstrand1-1/+1
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-1/+1
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-1/+2
2018-09-08Make CLI use get_settings for fetching settingsLinus Färnstrand1-1/+1
2018-08-29Change mullvad-cli to use new jsonrpc clientEmīls Piņķis1-5/+3
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand1-2/+1
2018-05-07Reuse RPC connection in `DaemonRpcClient`Janito Vaqueiro Ferreira Filho1-2/+2
2018-05-03Use `DaemonRpcClient` in `lan` CLI commandJanito Vaqueiro Ferreira Filho1-5/+8
2018-03-26Format code with newer rustfmtLinus Färnstrand1-1/+1
2017-12-27Upgrade rustfmt to 0.3.4Linus Färnstrand1-1/+4
2017-12-20Add allow_lan support to the CLILinus Färnstrand1-0/+55