nushell/crates/nu-command/src/commands/path
Jakub Žádník 94a26abf21
Implement path relative-to subcommand (#3461)
* Register new path relative-to command

* Implement `path relative-to` subcommand
2021-05-22 09:29:40 -05:00
..
basename.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
command.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
dirname.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
exists.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
expand.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
join.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
mod.rs Implement path relative-to subcommand (#3461) 2021-05-22 09:29:40 -05:00
parse.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
relative_to.rs Implement path relative-to subcommand (#3461) 2021-05-22 09:29:40 -05:00
split.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
type.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00