#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx @commitlint/cli --edit "$1"
