nushell/TODO.md
2021-09-02 09:20:53 +12:00

629 B

Todo

  • Env shorthand
  • String interpolation
  • Aliases
  • Env vars
  • Sub commands
  • Floats
  • Tests
  • Decl requires $ but shouldn't
  • alias highlighting at call site
  • refactor into subcrates
  • subcommand alias
  • type inference from successful parse (eg not List<unknown> but List<int>)
  • parsing tables
  • Column path
  • ...rest without calling it rest
  • operator overflow
  • finish operator type-checking
  • Ranges
  • Source
  • Autoenv
  • Block params
  • let [first, rest] = [1, 2, 3]

Maybe:

  • default param values?
  • Unary not?