update-readme
  help="$(cargo run --quiet -- --help 2>&1)" \
    cargo run -- '$.replace(/(?<=## Help\n\n```\n)[^`]*(?=\n```)/, $help)' README.md -i
