René's URL Explorer Experiment


Title: feat: add cz dump-config command to output effective configuration by bearomorphism · Pull Request #1986 · commitizen-tools/commitizen · GitHub

Open Graph Title: feat: add cz dump-config command to output effective configuration by bearomorphism · Pull Request #1986 · commitizen-tools/commitizen

X Title: feat: add cz dump-config command to output effective configuration by bearomorphism · Pull Request #1986 · commitizen-tools/commitizen

Description: Description Adds a new cz dump-config command that prints the effective Commitizen configuration (defaults merged with any project overrides) in TOML, YAML, or JSON format. Users can paste the output directly into a configuration file as a starting template and tweak from there — which is exactly the use-case raised in #1331. Why Users working with monorepos or custom commit conventions (like the reporter in #1331) struggle because overriding a single setting (e.g. customize.questions) replaces the entire default. There was no way to see the full effective config without reading source code. cz dump-config solves this by exposing the merged settings. What changed Area Change commitizen/commands/dump_config.py New DumpConfig command class commitizen/commands/__init__.py Export DumpConfig commitizen/cli.py Register dump-config subparser with --format argument tests/commands/test_dump_config_command.py New tests for all three formats tests/commands/test_common_command.py Add dump-config to help-snapshot parametrize list tests/commands/test_common_command/ Help snapshot files for py 3.10–3.14 docs/commands/dump_config.md Command documentation mkdocs.yml Add dump-config to nav How it works DumpConfig.__call__() reads config.settings (a Settings TypedDict containing defaults merged with user config). For TOML (default): None values are filtered out (TOML cannot represent null), then the dict is wrapped in a [tool.commitizen] section and serialised with tomlkit.dumps(). For YAML: the dict (with None values preserved as null) is wrapped in tool.commitizen and serialised with yaml.safe_dump(). For JSON: same wrapping, serialised with json.dumps(indent=2). All three formats mirror the input structure so the output can be pasted directly into pyproject.toml, .cz.yaml, or .cz.json. Backward compatibility Purely additive — new subcommand only. No existing commands, APIs, or config keys changed. 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 CLI 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 Document any manual testing steps performed Update the documentation for the changes Documentation Changes Added docs/commands/dump_config.md Updated mkdocs.yml nav Expected Behavior Command Expected output cz dump-config TOML block under [tool.commitizen] with effective settings (no null values) cz dump-config --format yaml YAML block under tool.commitizen with effective settings cz dump-config --format json JSON object {"tool": {"commitizen": {...}}} Steps to Test This Pull Request # 1. Install the branch git checkout feat/1331-dump-config-command # 2. Dump default config as TOML cz dump-config # Expected: [tool.commitizen] block with name = "cz_conventional_commits" etc. # 3. Dump as YAML cz dump-config --format yaml # Expected: tool:\n commitizen:\n name: cz_conventional_commits ... # 4. Dump as JSON cz dump-config --format json # Expected: {"tool": {"commitizen": {"name": "cz_conventional_commits", ...}}} # 5. Verify no null values in TOML output cz dump-config | grep -i null # Expected: no output (null values are filtered) # 6. Round-trip test: dump → paste → compare cz dump-config > /tmp/dumped.toml # Verify the file is valid TOML: python -c "import tomlkit; tomlkit.loads(open('/tmp/dumped.toml').read())" Additional Context Closes #1331. The maintainer suggested this could be layered on top of cz init (#1331 comment), but a standalone cz dump-config is cleaner and more composable (pipe to a file, diff against a known config, etc.).

Open Graph Description: Description Adds a new cz dump-config command that prints the effective Commitizen configuration (defaults merged with any project overrides) in TOML, YAML, or JSON format. Users can paste the outp...

X Description: Description Adds a new cz dump-config command that prints the effective Commitizen configuration (defaults merged with any project overrides) in TOML, YAML, or JSON format. Users can paste the outp...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d17ca4f8-2214-9227-0769-a0bdc22e2894
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA75E:7FD8A:7725DD:A2BBCB:6A4DD603
html-safe-nonce290de956093077c62938499356d1e7e7eeb634cff5150afeb3b883e55a7894b3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNzVFOjdGRDhBOjc3MjVERDpBMkJCQ0I6NkE0REQ2MDMiLCJ2aXNpdG9yX2lkIjoiMzI2MjQ1MjA4NzQ2ODcwOTM3OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac4fad3ef35021b87d7b9b177328c3d0288ff639a54ccbdeb71e8ebb74e83fc3f8
hovercard-subject-tagpull_request:3655060645
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/1986/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 Adds a new cz dump-config command that prints the effective Commitizen configuration (defaults merged with any project overrides) in TOML, YAML, or JSON format. Users can paste the outp...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
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
release1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/commitizen-tools/commitizen/pull/1986/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcommitizen-tools%2Fcommitizen%2Fpull%2F1986%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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2F1986%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/1986/files
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1986/files
Reloadhttps://github.com/commitizen-tools/commitizen/pull/1986/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1986/files
commitizen-tools https://github.com/commitizen-tools
commitizenhttps://github.com/commitizen-tools/commitizen
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1986/files
Notifications https://github.com/login?return_to=%2Fcommitizen-tools%2Fcommitizen
Fork 343 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
commitizen-tools:masterhttps://github.com/commitizen-tools/commitizen/tree/master
bearomorphism:feat/1331-dump-config-commandhttps://github.com/bearomorphism/commitizen/tree/feat/1331-dump-config-command
Conversation 2 https://github.com/commitizen-tools/commitizen/pull/1986
Commits 1 https://github.com/commitizen-tools/commitizen/pull/1986/commits
Checks 18 https://github.com/commitizen-tools/commitizen/pull/1986/checks
Files changed https://github.com/commitizen-tools/commitizen/pull/1986/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1986/files
feat: add cz dump-config command to output effective configuration https://github.com/commitizen-tools/commitizen/pull/1986/files#top
Show all changes 1 commit https://github.com/commitizen-tools/commitizen/pull/1986/files
3f891ed feat: add cz dump-config command to output effective configuration bearomorphism May 9, 2026 https://github.com/commitizen-tools/commitizen/pull/1986/commits/3f891ed1768603576e8c206d67c4d783aa5ecd8b
Clear filters https://github.com/commitizen-tools/commitizen/pull/1986/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1986/files
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1986/files
cli.py https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
__init__.py https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
dump_config.py https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-7ebaabeb9f2e489ca1a41aaef3ae4421d19ddbcb8e0a66322621265f17634dd7
dump_config.md https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-90c7f619fafa6f7b1bfb8874c656edbd4367c34adfa03fcdaf069cb977fc8988
mkdocs.yml https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
test_common_command.py https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-36be603d6eed616884048f215ed62e54836f5f9f6b0cff9e6e978b1fb54e4773
test_command_shows_description_when_use_help_option_py_3_10_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-c983eaed9fac735a5db400f80ceafe6123a3e5474e2f9df536a873b3f3bd6397
test_command_shows_description_when_use_help_option_py_3_11_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-f6ae6412aac46280ac18caa069b2c49a95ffa3899907838563f1d608629c1b9e
test_command_shows_description_when_use_help_option_py_3_12_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-f98a58703cd3e9a46d0fac05affe4c1503ed346bc25f61f25d64d13b92780566
test_command_shows_description_when_use_help_option_py_3_13_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-1a5f6a52257a1b61dd92fa8ac3425c5d3ddfe0875f67b7ecfa8ed9986be38eeb
test_command_shows_description_when_use_help_option_py_3_14_dump_config_.txt https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-08f26d9fa897cca6ca9e1e7d8ca4e7a1e71401558abb69eacaae6e39bdf8140a
test_dump_config_command.py https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-da127493cbd9c2873bc7ed64e2433ae492e51e1baa99c88e4cbf5559d865b4eb
commitizen/cli.pyhttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/commitizen/cli.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-6a6eecba6ea4aab85dcb0372fe57ce7306496e5a47186850be245bd732e8894e
commitizen/commands/__init__.pyhttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/commitizen/commands/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-625cc60907b18ae03f1c058111859b98223104c6faafc79eeeaa02bfeb17e693
commitizen/commands/dump_config.pyhttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-7ebaabeb9f2e489ca1a41aaef3ae4421d19ddbcb8e0a66322621265f17634dd7
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/commitizen/commands/dump_config.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
docs/commands/dump_config.mdhttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-90c7f619fafa6f7b1bfb8874c656edbd4367c34adfa03fcdaf069cb977fc8988
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/docs/commands/dump_config.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
mkdocs.ymlhttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/mkdocs.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-98d0f806abc9af24e6a7c545d3d77e8f9ad57643e27211d7a7b896113e420ed2
tests/commands/test_common_command.pyhttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-36be603d6eed616884048f215ed62e54836f5f9f6b0cff9e6e978b1fb54e4773
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/tests/commands/test_common_command.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-36be603d6eed616884048f215ed62e54836f5f9f6b0cff9e6e978b1fb54e4773
https://github.com/commitizen-tools/commitizen/pull/1986/files#diff-36be603d6eed616884048f215ed62e54836f5f9f6b0cff9e6e978b1fb54e4773
...mmon_command/test_command_shows_description_when_use_help_option_py_3_10_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-c983eaed9fac735a5db400f80ceafe6123a3e5474e2f9df536a873b3f3bd6397
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_10_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
...mmon_command/test_command_shows_description_when_use_help_option_py_3_11_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-f6ae6412aac46280ac18caa069b2c49a95ffa3899907838563f1d608629c1b9e
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_11_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
...mmon_command/test_command_shows_description_when_use_help_option_py_3_12_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-f98a58703cd3e9a46d0fac05affe4c1503ed346bc25f61f25d64d13b92780566
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_12_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
...mmon_command/test_command_shows_description_when_use_help_option_py_3_13_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-1a5f6a52257a1b61dd92fa8ac3425c5d3ddfe0875f67b7ecfa8ed9986be38eeb
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_13_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
...mmon_command/test_command_shows_description_when_use_help_option_py_3_14_dump_config_.txthttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-08f26d9fa897cca6ca9e1e7d8ca4e7a1e71401558abb69eacaae6e39bdf8140a
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/tests/commands/test_common_command/test_command_shows_description_when_use_help_option_py_3_14_dump_config_.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
tests/commands/test_dump_config_command.pyhttps://github.com/commitizen-tools/commitizen/pull/1986/files#diff-da127493cbd9c2873bc7ed64e2433ae492e51e1baa99c88e4cbf5559d865b4eb
View file https://github.com/bearomorphism/commitizen/blob/3f891ed1768603576e8c206d67c4d783aa5ecd8b/tests/commands/test_dump_config_command.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/commitizen-tools/commitizen/pull/1986/{{ revealButtonHref }}
Please reload this pagehttps://github.com/commitizen-tools/commitizen/pull/1986/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.