nushell/TODO.md
2021-08-18 06:00:16 +12:00

510 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>)
  • finish operator type-checking
  • Column path
  • Ranges
  • Source
  • Autoenv
  • Block params

Maybe:

  • default param values?
  • Unary not?