forked from extern/nushell
Str flags no longer supported.
This commit is contained in:
parent
17d2a27350
commit
dc4421c07d
@ -127,8 +127,6 @@ impl Plugin for Str {
|
|||||||
.switch("downcase")
|
.switch("downcase")
|
||||||
.switch("upcase")
|
.switch("upcase")
|
||||||
.switch("to-int")
|
.switch("to-int")
|
||||||
.switch("replace")
|
|
||||||
.switch("find-replace")
|
|
||||||
.rest(SyntaxShape::Member)
|
.rest(SyntaxShape::Member)
|
||||||
.filter())
|
.filter())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user