onion_vault_cli 0.0.3

OnionVault CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// mod trezor;



pub fn print_errs_and_solution() {
    println!(r#"
Trezor Error: Ensure that udev and libusb is set up,
|-- then unplug and replug your Trezor and enter the Trezor boot password.
|----- ueful links:
|---------- https://trezor.io/learn/a/udev-rules
|---------- https://trezor.io/learn/a/trezorctl-on-macos

        "#);
}