fd-find 6.2.0

fd is a simple, fast and user-friendly alternative to find.
1
2
3
4
/// exit code 1 represents a general error
pub const ERROR: i32 = 1;
/// exit code 130 represents a process killed by signal SIGINT
pub const SIGINT: i32 = 130;