sverweij/state-machine-cat

View on GitHub
bin/smcat.mjs

Summary

Maintainability
Test Coverage
#!/usr/bin/env node
// @ts-check
import executeCommandLine from "../dist/cli/execute-command-line.mjs";

await executeCommandLine();