fix: remove legacy resume flag

This commit is contained in:
2026-09-01 16:10:59 +09:00
parent 5cc78d63c6
commit 4bba227af5
2 changed files with 16 additions and 77 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ pub(crate) enum StandalonePickerError {
#[error("standalone Worker state is unavailable: {0}")]
StateStore(#[source] standalone::StandaloneStoreError),
#[error(
"no standalone Workers found for this cwd; use `yoi --local --resume --all` to include all cwd identities"
"no standalone Workers found for this cwd; use `yoi --local resume --all` to include all cwd identities"
)]
NoWorkers { include_all: bool },
#[error("standalone Worker picker I/O failed: {0}")]