Skip to content

feat(cli): add quiet flag#105

Merged
maksym-arutyunyan merged 2 commits intomainfrom
codex/add-verbosity-flag-to-suppress-skipped-files
Jul 26, 2025
Merged

feat(cli): add quiet flag#105
maksym-arutyunyan merged 2 commits intomainfrom
codex/add-verbosity-flag-to-suppress-skipped-files

Conversation

@maksym-arutyunyan
Copy link
Owner

Summary

  • add --quiet option to hide non-error messages like skipped files
  • test quiet mode and update help docs

Testing

  • cargo build --release --all-targets
  • cargo test
  • cargo test --release
  • cargo clippy --all-targets -- -D warnings
  • cargo fmt --all -- --check
  • git ls-files -z | grep -vzE '^tests/|^e2e-tests/|^README.md$' | xargs -0 -n1 ./target/release/keepsorted --features gitignore,rust_derive_canonical
  • bats e2e-tests
  • ./run-all.sh

https://chatgpt.com/codex/tasks/task_e_68848bf8f734832d91ac6f9959673299

@maksym-arutyunyan maksym-arutyunyan merged commit a816e9d into main Jul 26, 2025
11 checks passed
@maksym-arutyunyan maksym-arutyunyan deleted the codex/add-verbosity-flag-to-suppress-skipped-files branch July 26, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant