#!/usr/bin/env bash ⚡️hello() { _help-line "Say hello!" "$@" echo Hello, world! } source ⚡️