mirror of
https://github.com/nushell/nushell.git
synced 2025-07-09 02:48:17 +02:00
Implement path relative-to
subcommand (#3461)
* Register new path relative-to command * Implement `path relative-to` subcommand
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user