// Command crucible is the Crucible dispatcher: `crucible [args]`. package main import ( "os" "gitea.westgate.pw/ShadowsOverWestgate/sow-tools/internal/dispatch" ) func main() { os.Exit(dispatch.Main(os.Args[1:])) }