Like programming in bash
UndercoverUlrikHD @ UndercoverUlrikHD @programming.dev Posts 2Comments 665Joined 2 yr. ago

UndercoverUlrikHD @ UndercoverUlrikHD @programming.dev
Posts
2
Comments
665
Joined
2 yr. ago
Last time I used ShellCheck (yesterday funnily enough) I had written
ports+=($(get_elixir_ports))
to split the input sinceget_elixir_ports
returns a string of space separated ports. It worked exactly as intended, but ShellCheck still recommended to make the splitting explicit rather than implicit.The ShellCheck docs recommended