We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ac821 commit e48856cCopy full SHA for e48856c
1 file changed
bpb/src/main.rs
@@ -105,6 +105,11 @@ fn generate_keypair(userid: String) -> Result<(), Error> {
105
Ok(())
106
}
107
108
+// Does most of the initial setup
109
+// used for quite a few of the subcommands
110
+//
111
+// - Loads the config
112
+// - Gets the keypair from the keychain
113
fn get_keypair() -> Result<KeyData, Error> {
114
let config = Config::load()?;
115
let service = config.service();
0 commit comments