kurokirasama / nushell_sublime_syntax

Nushell syntax highlight for sublime text
MIT License
12 stars 3 forks source link

export: Fix nu::parser::unknown_flag #5

Closed brian6932 closed 2 months ago

brian6932 commented 2 months ago
❯ nu export.nu
Error: nu::parser::unknown_flag

  × The `for` command doesn't have flag `-n`.
    ╭─[~\scoop\persist\sublime-text\Data\Packages\nushell_sublime_syntax\export.nu:79:8]
 78 │
 79 │   for -n i in $idx {
    ·        ┬
    ·        ╰── unknown flag
 80 │     $file = ($file | upsert $i.item ($new_commands | get $i.index))
    ╰────
  help: Available flags: --help(-h). Use `--help` for more information.