Skip to content

Commit 5db7c6c

Browse files
authored
feat: implement comprehensive version command with enhanced CLI and testing (#93)
• Implement complete version command with enhanced input sources (git/stdin) and VCS overrides • Add fuzzy boolean parsing, comprehensive error handling, and output formatting capabilities • Include parameterized testing with rstest and extensive integration tests • Enhance CLI help with input format validation and Zerv RON piping workflows
1 parent de9f504 commit 5db7c6c

File tree

24 files changed

+5014
-443
lines changed

24 files changed

+5014
-443
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
2626
with:
2727
toolchain: stable
28+
components: rustfmt, clippy
2829

2930
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd #v3.0.1
3031
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,3 +595,4 @@ $RECYCLE.BIN/
595595
# End of https://www.toptal.com/developers/gitignore/api/go,ssh,java,node,macos,python,windows,terraform,terragrunt,intellij+all,visualstudiocode,rust,rust-analyzer
596596

597597
.vscode/*
598+
*.profraw

.kiro/specs/error-handling-improvements/design.md

Lines changed: 0 additions & 280 deletions
This file was deleted.

.kiro/specs/error-handling-improvements/requirements.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)