Expand description
System helpers: args, paths, symlinks, permissions, clipboard.
Re-exports§
pub use pico_args;
Modules§
Structs§
Enums§
Functions§
- join
- Joins a thread handle and returns the result.
- open
- Opens the given argument using the system’s default app (
openon macOS). - run
- Runs
fand, on error, prints the report in bold red to stderr then exits with code 1.
Attribute Macros§
- main
- Wraps
fn main() -> rootcause::Result<()>intoytil_sys::runso errors print in bold red.