Revert "Migrate most uses of the Span concept to Tag"

This commit is contained in:
Jonathan Turner
2019-09-11 19:53:05 +12:00
committed by GitHub
parent f05c7d6792
commit bee7c5639c
97 changed files with 1255 additions and 1174 deletions

View File

@ -17,7 +17,7 @@ impl PerItemCommand for Mkdir {
}
fn signature(&self) -> Signature {
Signature::build("mkdir").rest(SyntaxShape::Path)
Signature::build("mkdir").rest(SyntaxType::Path)
}
fn usage(&self) -> &str {