fn properties<'s>(input: &mut &'s str) -> ModalResult<Vec<PathProperty<'s>>>
Expand description
Parse all path related properties that follow after a path declaration.
An example without all possible properties:
E.g. ./some_path uid=0 gid=0 type=file
↑ ↑
This part