StruC PRO
Joined 12/27/2022
StruC PRO said 5 months ago on Tips and Tricks :
Cool! You can make the port attribute optional in zsh by using:

serve() {
  ruby -run -ehttpd -- --port ${1:-3000}
}