//! Tests for error handling when the archive file is missing.
use cratesetup;
use Parser;
use cli;
/// Precondition: No archive file exists at the specified path.
/// Action: Run `pna experimental chunk list -f <nonexistent>`.
/// Expectation: Command fails with an appropriate error.