Add two further path cmds - type and exists (#2264)

* Add two further path cmds - type and exists

* Update type.rs

Try a more universal directory

* Update type.rs

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
This commit is contained in:
Matt Hall
2020-07-27 03:12:07 +01:00
committed by GitHub
parent 5e0a9aecaa
commit 37f10cf273
6 changed files with 113 additions and 2 deletions

View File

@ -204,7 +204,7 @@ pub(crate) use next::Next;
pub(crate) use nth::Nth;
pub(crate) use open::Open;
pub(crate) use parse::Parse;
pub(crate) use path::{PathBasename, PathCommand, PathExpand, PathExtension};
pub(crate) use path::{PathBasename, PathCommand, PathExists, PathExpand, PathExtension, PathType};
pub(crate) use pivot::Pivot;
pub(crate) use prepend::Prepend;
pub(crate) use prev::Previous;