endpoint 2.0 dysnomia.ptr.pet
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cd takes filepath

dawn fdf291b9 39dd2153

+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 }