nushell/crates/nu-cli/src/commands/path
Darren Schroeder 766533aafb
Path dirname and filestem (#2428)
* add dirname and filestem to path commands

* hacked around with gedge's help to get it to compile with cargo b

* fmt
2020-08-26 14:47:23 -05:00
..
basename.rs 🐛 Fix path command error messages (#2261). (#2276) 2020-07-31 06:51:14 +12:00
command.rs WIP: Path utility commands (#2255) 2020-07-26 07:29:15 +12:00
dirname.rs Path dirname and filestem (#2428) 2020-08-26 14:47:23 -05:00
exists.rs 🐛 Fix path command error messages (#2261). (#2276) 2020-07-31 06:51:14 +12:00
expand.rs 🐛 Fix path command error messages (#2261). (#2276) 2020-07-31 06:51:14 +12:00
extension.rs 🐛 Fix path command error messages (#2261). (#2276) 2020-07-31 06:51:14 +12:00
filestem.rs Path dirname and filestem (#2428) 2020-08-26 14:47:23 -05:00
mod.rs Path dirname and filestem (#2428) 2020-08-26 14:47:23 -05:00
type.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00