nushell on your web browser
nushell wasm terminal

cd takes filepath

ptr.pet fdf291b9 39dd2153

verified
+1 -1
+1 -1
src/cmd/cd.rs
··· 20 20 21 21 fn signature(&self) -> Signature { 22 22 Signature::build("cd") 23 - .optional("path", SyntaxShape::String, "the path to change into") 23 + .optional("path", SyntaxShape::Filepath, "the path to change into") 24 24 .input_output_type(Type::Nothing, Type::Nothing) 25 25 .category(Category::FileSystem) 26 26 }