mirror of
https://github.com/nushell/nushell
synced 2024-11-11 23:47:07 +00:00
Str flags no longer supported.
This commit is contained in:
parent
17d2a27350
commit
dc4421c07d
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@ impl Plugin for Str {
|
|||
.switch("downcase")
|
||||
.switch("upcase")
|
||||
.switch("to-int")
|
||||
.switch("replace")
|
||||
.switch("find-replace")
|
||||
.rest(SyntaxShape::Member)
|
||||
.filter())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue