mirror of
https://github.com/nushell/nushell.git
synced 2025-01-03 13:00:08 +01:00
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("upcase")
|
||||
.switch("to-int")
|
||||
.switch("replace")
|
||||
.switch("find-replace")
|
||||
.rest(SyntaxShape::Member)
|
||||
.filter())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user