Closed amkhlv closed 3 weeks ago
The example was not running correctly, without main [] It resulted in the following error:
main []
1 │ ╭─▶ #!/usr/bin/env -S nu --stdin 2 │ │ 3 │ │ echo $"stdin: ($in)" 4 │ │ 5 │ ├─▶ · ╰──── block is missing compiled representation
oh my, good catch!
Thanks
The example was not running correctly, without
main []
It resulted in the following error: