1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

remove markers

this can be improved in the future. this branch is just the kick-off
This commit is contained in:
Felipe Lema 2021-03-04 15:38:01 -03:00
parent 975e9ea565
commit e4d9d1868a

View file

@ -40,10 +40,10 @@ pub mod options {
}
pub mod dereference {
pub static DEREFERENCE: &str = "dereference";
pub static NO_DEREFERENCE: &str = "no-dereference"; // not actually read?
pub static NO_DEREFERENCE: &str = "no-dereference";
}
pub static FROM: &str = "from";
pub static RECURSIVE: &str = "recursive"; // TODO(felipel) recursive, reference, traverse related?
pub static RECURSIVE: &str = "recursive";
pub mod traverse {
pub static TRAVERSE: &str = "H";
pub static NO_TRAVERSE: &str = "P";