Implement path relative-to subcommand (#3461)

* Register new path relative-to command

* Implement `path relative-to` subcommand
This commit is contained in:
Jakub Žádník
2021-05-22 17:29:40 +03:00
committed by GitHub
parent bcbdc33049
commit 94a26abf21
4 changed files with 124 additions and 2 deletions

View File

@ -240,6 +240,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(PathExpand),
whole_stream_command(PathJoin),
whole_stream_command(PathParse),
whole_stream_command(PathRelativeTo),
whole_stream_command(PathSplit),
whole_stream_command(PathType),
// Url