You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the start of work on #21
Gate Linux-only modules and dependencies with #[cfg(target_os = "linux")]
so the crate compiles on macOS. For now only the `ephemeral` verb exists
as a stub that errors out, but the idea is we can fill that in.
Also replace std::process::exit(0) with Ok(()) for proper cleanup.
Assisted-by: OpenCode (Claude claude-opus-4-5@20251101)
Assisted-by: OpenCode (Claude claude-opus-4-6)
Signed-off-by: Colin Walters <walters@verbum.org>
0 commit comments