We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac04d1 commit 37e9c77Copy full SHA for 37e9c77
crates/credential/cargo-credential/src/lib.rs
@@ -8,6 +8,11 @@
8
//! cargo_credential::main(MyCredential);
9
//! }
10
//! ```
11
+//!
12
+//! This will determine the action to perform (get/store/erase) by looking at
13
+//! the CLI arguments for the first argument that does not start with `-`. It
14
+//! will then call the corresponding method of the trait to perform the
15
+//! requested action.
16
17
pub type Error = Box<dyn std::error::Error>;
18
0 commit comments