Closed TeddyDD closed 1 year ago
I'll think about this.
Currently I like being able to type uiua
and just make it run watch mode.
But I see the value in this.
It could still run in watch mode when executed without arguments, not sure if that's too much magic 🤔
It could still run in watch mode when executed without arguments, not sure if that's too much magic 🤔
Nope, I think that's fine.
Most interpreters run scripts passed to them as arguments. Uiua cold behave in exact same way.
uiua run
should be a default subcommand so instead of writinguiua run foo.ua
you could just writeuiua foo.ua
.