Skip to main content

run_at

Function run_at 

Source
pub fn run_at<W: Write>(
    out: &mut W,
    args: &AuthArgs,
    path: &Path,
) -> Result<Exit>
Expand description

run_to, against a named store.

The path is a parameter for the same reason init::run_with takes one: the store is user-level state, and a test using the real one would read and write the developer’s own keys.