arkyn --helparkyn -h, and for arkyn run with no arguments at all.bash
npx @arkyn/cli --help
Usage: arkyn <command> [flags]
Commands:
init --agents Create or update AGENTS.md in the current project, referencing
the AGENTS.md docs shipped by installed @arkyn/* packages.
Flags:
-h, --help Show this help messageUnknown command: <name> followed by the same help message above, and exits with code 1.bash
$ npx @arkyn/cli fooUnknown command: fooUsage: arkyn <command> [flags]...
