René's URL Explorer Experiment


Title: feat(cli): add cz --version back and add cz --report to separate them from cz version by bearomorphism · Pull Request #1798 · commitizen-tools/commitizen · GitHub

Open Graph Title: feat(cli): add cz --version back and add cz --report to separate them from cz version by bearomorphism · Pull Request #1798 · commitizen-tools/commitizen

X Title: feat(cli): add cz --version back and add cz --report to separate them from cz version by bearomorphism · Pull Request #1798 · commitizen-tools/commitizen

Description: Description Currently, all of cz version, cz version --commitizen, and cz version --report print the installed Commitizen version / system info. As we extend cz version to also report the project version (see #1785), it makes sense to extract those two installed-Commitizen / bug-report concerns out of the version subcommand and back into top-level flags: cz --version / cz -v — print the installed Commitizen version and exit. cz --report — print Commitizen version, Python version, and OS, intended for bug reports, and exit. The corresponding subcommand options are kept and emit a DeprecationWarning pointing at the new flags; they will be removed in v5. Closes part of #1785. Checklist I have read the contributing guidelines Was generative AI tooling used to co-author this PR? Yes (please specify the tool below) Generated-by: GitHub Copilot following the guidelines Code Changes Add test cases to all the changes you introduce Run uv run poe all locally to ensure this change passes linter check and tests Manually test the changes: Verify the feature/bug fix works as expected in real-world scenarios Test edge cases and error conditions Ensure backward compatibility is maintained (cz version --commitizen / cz version --report keep working with deprecation warnings) Document any manual testing steps performed (see below) Update the documentation for the changes Documentation Changes Run uv run poe doc locally to ensure the documentation pages renders correctly Check and fix any broken links (internal or external) Expected Behavior Invocation Behavior cz --version / cz -v Print installed Commitizen version. Takes precedence over any subcommand. cz --report Print Commitizen version, Python version, OS. Only takes effect when no subcommand is given. cz --report version Runs the version subcommand (top-level --report is a "no subcommand" flag — kept simple by design). cz version --commitizen Still works, emits DeprecationWarning pointing at cz --version. cz version --report Still works, emits DeprecationWarning pointing at cz --report. cz --invalid-arg Errors with argparse unrecognized arguments: --invalid-arg (previously silently fell through). cz (no args) Prints help — unchanged. cz invalidCommand argparse invalid choice error — unchanged. Steps to Test This Pull Request uv sync --frozen --group base --group test --group linters # New top-level flags uv run cz --version uv run cz -v uv run cz --report # Deprecated subcommand flags still work uv run cz version --commitizen # emits DeprecationWarning uv run cz version --report # emits DeprecationWarning # Unknown args now error properly uv run cz --invalid-arg # exits 13, prints argparse usage + "unrecognized arguments" # Regression tests uv run pytest tests/test_cli.py tests/commands/test_version_command.py uv run poe lint Additional Context Related: #1785. Reviewer feedback addressed in this PR: Empty tests/test_cli/test_invalid_command_py_*___invalid_arg_.txt baselines were a side effect of changing subcommands.required to False (needed so the new top-level flags work without a subcommand). parse_known_args() then silently swallowed --invalid-arg. Fixed by re-running parser.parse_args() when there is no subcommand and unknown args are present, so argparse's unrecognized arguments error reaches stderr; baselines regenerated for Python 3.10–3.14. The earlier suggestion to make cz --report version route to the top-level --report was intentionally left as-is: --report stays a simple "no subcommand" flag (per @woile's note: existing cz version --* options are kept until all the new features are out, then removed in v5).

Open Graph Description: Description Currently, all of cz version, cz version --commitizen, and cz version --report print the installed Commitizen version / system info. As we extend cz version to also report the project v...

X Description: Description Currently, all of cz version, cz version --commitizen, and cz version --report print the installed Commitizen version / system info. As we extend cz version to also report the project v...

Opengraph URL: https://github.com/commitizen-tools/commitizen/pull/1798

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:9b776d45-2c9f-06fe-cda4-425bcf68dbf4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCDD8:28E279:338FEB9:346A692:6A4F05CB
html-safe-noncee7dd01c0243a2a6b7e56f812259a75045109dd8cf72db0a970d1613c94494ae9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDREQ4OjI4RTI3OTozMzhGRUI5OjM0NkE2OTI6NkE0RjA1Q0IiLCJ2aXNpdG9yX2lkIjoiNjE2MDQyNzk3ODQ5MDU3ODM3OSIsInJlZ2lvbl9lZGdlIjoic2VhIiwicmVnaW9uX3JlbmRlciI6InNlYSJ9
visitor-hmac081afecc9c43875987f2b98004c88eefad8c0c62f2967caae4b465e19dd27e9a
hovercard-subject-tagpull_request:3172014184
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/commitizen-tools/commitizen/pull/1798/files
twitter:imagehttps://avatars.githubusercontent.com/u/26526132?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/26526132?s=400&v=4
og:image:altDescription Currently, all of cz version, cz version --commitizen, and cz version --report print the installed Commitizen version / system info. As we extend cz version to also report the project v...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/commitizen-tools/commitizen git https://github.com/commitizen-tools/commitizen.git
octolytics-dimension-user_id62252524
octolytics-dimension-user_logincommitizen-tools
octolytics-dimension-repository_id106127589
octolytics-dimension-repository_nwocommitizen-tools/commitizen
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id106127589
octolytics-dimension-repository_network_root_nwocommitizen-tools/commitizen
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/commitizen-tools/commitizen/pull/1798/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcommitizen-tools%2Fcommitizen%2Fpull%2F1798%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcommitizen-tools%2Fcommitizen%2Fpull%2F1798%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=commitizen-tools%2Fcommitizen
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1798/files
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1798/files
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1798/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1798/files
commitizen-tools https://github.com/commitizen-tools
commitizenhttps://github.com/commitizen-tools/commitizen
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1798/files
Notifications https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Fork 344 https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Star 3.5k https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Code https://github.com/commitizen-tools/commitizen
Issues 116 https://github.com/commitizen-tools/commitizen/issues
Pull requests 45 https://github.com/commitizen-tools/commitizen/pulls
Discussions https://github.com/commitizen-tools/commitizen/discussions
Actions https://github.com/commitizen-tools/commitizen/actions
Projects https://github.com/commitizen-tools/commitizen/projects
Security and quality 0 https://github.com/commitizen-tools/commitizen/security
Insights https://github.com/commitizen-tools/commitizen/pulse
Code https://github.com/commitizen-tools/commitizen
Issues https://github.com/commitizen-tools/commitizen/issues
Pull requests https://github.com/commitizen-tools/commitizen/pulls
Discussions https://github.com/commitizen-tools/commitizen/discussions
Actions https://github.com/commitizen-tools/commitizen/actions
Projects https://github.com/commitizen-tools/commitizen/projects
Security and quality https://github.com/commitizen-tools/commitizen/security
Insights https://github.com/commitizen-tools/commitizen/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fcommitizen-tools%2Fcommitizen%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen%2Fissues%2Fnew%2Fchoose
bearomorphismhttps://github.com/bearomorphism
masterhttps://github.com/commitizen-tools/commitizen/tree/master
feat-version-reporthttps://github.com/commitizen-tools/commitizen/tree/feat-version-report
Conversation 7 https://github.com/commitizen-tools/commitizen/pull/1798
Commits 8 https://github.com/commitizen-tools/commitizen/pull/1798/commits
Checks 20 https://github.com/commitizen-tools/commitizen/pull/1798/checks
Files changed https://github.com/commitizen-tools/commitizen/pull/1798/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1798/files
feat(cli): add cz --version back and add cz --report to separate them from cz version https://github.com/commitizen-tools/commitizen/pull/1798/files#top
Show all changes 8 commits https://github.com/commitizen-tools/commitizen/pull/1798/files
2a26fb6 feat(cli): add cz --version back and add cz --report to separate them… bearomorphism Jan 14, 2026 https://github.com/commitizen-tools/commitizen/pull/1798/commits/2a26fb6644437dddd8ab119bacfc3d8f8ef5a116
0d60084 fix(cli): use argparse for top-level --version/-v and --report flags bearomorphism May 4, 2026 https://github.com/commitizen-tools/commitizen/pull/1798/commits/0d600844cfe539a7b724af22855c2815262de0dc
1193e8b fix(cli): make --version and --report take precedence over subcommands bearomorphism May 4, 2026 https://github.com/commitizen-tools/commitizen/pull/1798/commits/1193e8b04cebffd98f0c586a476d4df0fa0b49ce
9cab293 fix(cli): use distinct dest for top-level --report to avoid subcomman… bearomorphism May 6, 2026 https://github.com/commitizen-tools/commitizen/pull/1798/commits/9cab29370dd71cb87ad29cb3f7568f5e613f26be
12584e3 refactor(cli): simplify --report handling and update docs bearomorphism May 6, 2026 https://github.com/commitizen-tools/commitizen/pull/1798/commits/12584e3178f7816bc2b441150fe33369cf00f08f
549fbcf test: deduplicate version and report tests bearomorphism May 6, 2026 https://github.com/commitizen-tools/commitizen/pull/1798/commits/549fbcfe44d6af4627abdd2c2e69ac9545d82fdb
f5c382c fix(cli): error on unknown args without a subcommand bearomorphism May 9, 2026 https://github.com/commitizen-tools/commitizen/pull/1798/commits/f5c382ce87e3191b7300a75456dfe5e7ff24275a
79631f4 test(cli): drop unreachable branch in unknown-args handling bearomorphism May 9, 2026 https://github.com/commitizen-tools/commitizen/pull/1798/commits/79631f4c32eba188f61d4b2f580940fdd0b64818
Clear filters https://github.com/commitizen-tools/commitizen/pull/1798/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1798/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1798/files
cli.py https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
version.py https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-381cdcd65b56e74d9b2bdc9ef26b9721521a60ce06cee1b352a55ee11d7343f3
README.md https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-0b5ca119d2be595aa307d34512d9679e49186307ef94201e4b3dfa079aa89938
version.md https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-f278d16a45e3daa6f3651f1829340b33a13dfd43da13cdc1a1036a98a5079752
test_version_command.py https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b560df977004539118f4e33cda6295336b1b15e5f9d6bf4ac6091b0cecb66473
test_cli.py https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-4e8715c7a425ee52e74b7df4d34efd32e8c92f3e60bd51bc2e1ad5943b82032e
test_invalid_command_py_3_10___invalid_arg_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-2bd1b4c39584650cb8733207fd115defb8d32cc469d9d67cb13a5752b6208d32
test_invalid_command_py_3_10_invalidCommand_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-61ce01f0338eabb8533a241b197ce47dda75f0fccf86137ff149f4174a9f44aa
test_invalid_command_py_3_11___invalid_arg_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-066deff2fb17a7f820a67ef9af02dbcea53eaf685f62b61111df39414d1ff531
test_invalid_command_py_3_11_invalidCommand_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-5b9c1204bcdcd642c43d4fbf276d1023a9379ac61a10488286d64cc3b2b22bf7
test_invalid_command_py_3_12___invalid_arg_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-692ab3c4ab1ad1a5458dfeb985bba46b6857c2babc7d8523fe6cd36995ac8f57
test_invalid_command_py_3_12_invalidCommand_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-3fe0952c905587de175f538ea7793d1fd389b1b7d04c71a27eb463465e4857ec
test_invalid_command_py_3_13___invalid_arg_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-2e8e8bff4c6d49f777f5919c558cac6ec12e762150ab2226202f97bc8dcb1b11
test_invalid_command_py_3_13_invalidCommand_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-525ad966b2e9a3922e9f43ab081f51bc0470219749aec78a30754d5f374df94b
test_invalid_command_py_3_14___invalid_arg_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-17f64cf40295a9d627d0f7c9e15dec824173bdf3ed064f8ca58925ea85b3f5f3
test_invalid_command_py_3_14_invalidCommand_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-65d3703d87571a72a15d46e1e9e5e58d92bdc476ee17eaeba0d79cbb32e4f20f
test_no_argv_py_3_10_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-aaea28500424752bea58dc686e9c1b6a7c11e27f9e42deffb7eeccd11ddc1c7b
test_no_argv_py_3_11_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-355a5e6a592eca0f6b0c41cc6554bfdfae696933dea55b07a0e6035cfc26e6bb
test_no_argv_py_3_12_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-340f22c6c8175e95f521a2f2b40b7b3d5900a080c2860effa210e7dbea9f5361
test_no_argv_py_3_13_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b4f53c5fe938eb026fe536b7d56cb110331f783f08166c2a368fed5d15b73056
test_no_argv_py_3_14_.txt https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-121abc872bfa6ac04dc2a3185fb1a40c1b176def4de04656f76d58e6c46fa051
commitizen/cli.pyhttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/commitizen/cli.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
commitizen/commands/version.pyhttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-381cdcd65b56e74d9b2bdc9ef26b9721521a60ce06cee1b352a55ee11d7343f3
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/commitizen/commands/version.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-381cdcd65b56e74d9b2bdc9ef26b9721521a60ce06cee1b352a55ee11d7343f3
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-381cdcd65b56e74d9b2bdc9ef26b9721521a60ce06cee1b352a55ee11d7343f3
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-381cdcd65b56e74d9b2bdc9ef26b9721521a60ce06cee1b352a55ee11d7343f3
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-381cdcd65b56e74d9b2bdc9ef26b9721521a60ce06cee1b352a55ee11d7343f3
docs/README.mdhttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-0b5ca119d2be595aa307d34512d9679e49186307ef94201e4b3dfa079aa89938
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/docs/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-0b5ca119d2be595aa307d34512d9679e49186307ef94201e4b3dfa079aa89938
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-0b5ca119d2be595aa307d34512d9679e49186307ef94201e4b3dfa079aa89938
docs/commands/version.mdhttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-f278d16a45e3daa6f3651f1829340b33a13dfd43da13cdc1a1036a98a5079752
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/docs/commands/version.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-f278d16a45e3daa6f3651f1829340b33a13dfd43da13cdc1a1036a98a5079752
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-f278d16a45e3daa6f3651f1829340b33a13dfd43da13cdc1a1036a98a5079752
tests/commands/test_version_command.pyhttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b560df977004539118f4e33cda6295336b1b15e5f9d6bf4ac6091b0cecb66473
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/commands/test_version_command.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b560df977004539118f4e33cda6295336b1b15e5f9d6bf4ac6091b0cecb66473
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b560df977004539118f4e33cda6295336b1b15e5f9d6bf4ac6091b0cecb66473
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b560df977004539118f4e33cda6295336b1b15e5f9d6bf4ac6091b0cecb66473
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b560df977004539118f4e33cda6295336b1b15e5f9d6bf4ac6091b0cecb66473
tests/test_cli.pyhttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-4e8715c7a425ee52e74b7df4d34efd32e8c92f3e60bd51bc2e1ad5943b82032e
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-4e8715c7a425ee52e74b7df4d34efd32e8c92f3e60bd51bc2e1ad5943b82032e
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-4e8715c7a425ee52e74b7df4d34efd32e8c92f3e60bd51bc2e1ad5943b82032e
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-4e8715c7a425ee52e74b7df4d34efd32e8c92f3e60bd51bc2e1ad5943b82032e
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-4e8715c7a425ee52e74b7df4d34efd32e8c92f3e60bd51bc2e1ad5943b82032e
tests/test_cli/test_invalid_command_py_3_10___invalid_arg_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-2bd1b4c39584650cb8733207fd115defb8d32cc469d9d67cb13a5752b6208d32
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_10___invalid_arg_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_invalid_command_py_3_10_invalidCommand_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-61ce01f0338eabb8533a241b197ce47dda75f0fccf86137ff149f4174a9f44aa
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_10_invalidCommand_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_invalid_command_py_3_11___invalid_arg_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-066deff2fb17a7f820a67ef9af02dbcea53eaf685f62b61111df39414d1ff531
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_11___invalid_arg_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_invalid_command_py_3_11_invalidCommand_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-5b9c1204bcdcd642c43d4fbf276d1023a9379ac61a10488286d64cc3b2b22bf7
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_11_invalidCommand_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_invalid_command_py_3_12___invalid_arg_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-692ab3c4ab1ad1a5458dfeb985bba46b6857c2babc7d8523fe6cd36995ac8f57
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_12___invalid_arg_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_invalid_command_py_3_12_invalidCommand_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-3fe0952c905587de175f538ea7793d1fd389b1b7d04c71a27eb463465e4857ec
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_12_invalidCommand_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_invalid_command_py_3_13___invalid_arg_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-2e8e8bff4c6d49f777f5919c558cac6ec12e762150ab2226202f97bc8dcb1b11
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_13___invalid_arg_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_invalid_command_py_3_13_invalidCommand_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-525ad966b2e9a3922e9f43ab081f51bc0470219749aec78a30754d5f374df94b
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_13_invalidCommand_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_invalid_command_py_3_14___invalid_arg_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-17f64cf40295a9d627d0f7c9e15dec824173bdf3ed064f8ca58925ea85b3f5f3
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_14___invalid_arg_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_invalid_command_py_3_14_invalidCommand_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-65d3703d87571a72a15d46e1e9e5e58d92bdc476ee17eaeba0d79cbb32e4f20f
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_invalid_command_py_3_14_invalidCommand_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
tests/test_cli/test_no_argv_py_3_10_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-aaea28500424752bea58dc686e9c1b6a7c11e27f9e42deffb7eeccd11ddc1c7b
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_no_argv_py_3_10_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-aaea28500424752bea58dc686e9c1b6a7c11e27f9e42deffb7eeccd11ddc1c7b
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-aaea28500424752bea58dc686e9c1b6a7c11e27f9e42deffb7eeccd11ddc1c7b
tests/test_cli/test_no_argv_py_3_11_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-355a5e6a592eca0f6b0c41cc6554bfdfae696933dea55b07a0e6035cfc26e6bb
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_no_argv_py_3_11_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-355a5e6a592eca0f6b0c41cc6554bfdfae696933dea55b07a0e6035cfc26e6bb
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-355a5e6a592eca0f6b0c41cc6554bfdfae696933dea55b07a0e6035cfc26e6bb
tests/test_cli/test_no_argv_py_3_12_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-340f22c6c8175e95f521a2f2b40b7b3d5900a080c2860effa210e7dbea9f5361
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_no_argv_py_3_12_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-340f22c6c8175e95f521a2f2b40b7b3d5900a080c2860effa210e7dbea9f5361
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-340f22c6c8175e95f521a2f2b40b7b3d5900a080c2860effa210e7dbea9f5361
tests/test_cli/test_no_argv_py_3_13_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b4f53c5fe938eb026fe536b7d56cb110331f783f08166c2a368fed5d15b73056
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_no_argv_py_3_13_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b4f53c5fe938eb026fe536b7d56cb110331f783f08166c2a368fed5d15b73056
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-b4f53c5fe938eb026fe536b7d56cb110331f783f08166c2a368fed5d15b73056
tests/test_cli/test_no_argv_py_3_14_.txthttps://github.com/commitizen-tools/commitizen/pull/1798/files#diff-121abc872bfa6ac04dc2a3185fb1a40c1b176def4de04656f76d58e6c46fa051
View file https://github.com/commitizen-tools/commitizen/blob/79631f4c32eba188f61d4b2f580940fdd0b64818/tests/test_cli/test_no_argv_py_3_14_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1798/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-121abc872bfa6ac04dc2a3185fb1a40c1b176def4de04656f76d58e6c46fa051
https://github.com/commitizen-tools/commitizen/pull/1798/files#diff-121abc872bfa6ac04dc2a3185fb1a40c1b176def4de04656f76d58e6c46fa051
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1798/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.