nushell/crates/nu-command/src/strings
Wind 65e5abaa3e
deprecate str escape-glob command (#12018)
# Description
After some iteration on globbing rules, I don't think `str escape-glob`
is needed

# User-Facing Changes
```nushell
❯ let f = "[ab]*.nu"
❯ $f | str escape-glob
Error:   × str escape-glob is deprecated
   ╭─[entry #1:1:6]
 1 │ $f | str escape-glob
   ·      ───────┬───────
   ·             ╰── if you are trying to escape a variable, you don't need to do it now
   ╰────
  help: Remove `str escape-glob` call

[[]ab[]][*].nu
```

# Tests + Formatting
NaN

# After Submitting
NaN
2024-02-29 20:29:56 +08:00
..
encode_decode Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
format fix format date based on users locale (#11908) 2024-02-20 11:08:49 -06:00
split Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
str_ deprecate str escape-glob command (#12018) 2024-02-29 20:29:56 +08:00
char_.rs make char command const (#11771) 2024-02-07 16:29:00 -06:00
detect_columns.rs Remove some unnecessary static Vecs (#11947) 2024-02-24 20:58:01 +01:00
mod.rs Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
parse.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00