summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/state.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-05-03And gRPC interface wrapper and refactor CLI to use clap derive instead of ↵David Lönnhager1-43/+0
the builder
2022-10-17Refactor CLI to use TunnelState from mullvad-typesDavid Lönnhager1-3/+5
2022-06-13Perform a clippy --fixjonathan1-1/+1
This is a giant commit which performs only a clippy --fix. Auditing can happen in two ways, either by reading every line or by running a `cargo clippy --fix` on the previous commit and make sure that the result is the same.
2021-01-28Rename GrpcClientErrorDavid Lönnhager1-2/+2
2020-10-09Add --wait argument to connect commandOskar Nyberg1-0/+41