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:
parent
975e9ea565
commit
e4d9d1868a
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue