Commit Graph

6 Commits

Author SHA1 Message Date
Kazuki Yamada
0efe7ba3cd test: use createMockConfig helper for all test mock configurations
- Replace manual config objects with createMockConfig() in test files
- Ensures consistency and automatic handling of new config properties
- Fixes truncateBase64 property linter errors
- Improves maintainability for future config schema changes
2025-07-15 22:44:47 +09:00
Kazuki Yamada
95f7092b94 feat(cli): add --stdout option for output to stdout instead of file, enhancing CLI flexibility
- Introduced `--stdout` flag to allow output to standard output, which cannot be used with the `--output` option.
- Updated CLI configuration to handle `stdout` mode.
- Enhanced documentation with examples for using `--stdout`.
- Added tests to ensure correct behavior when using `--stdout` in various scenarios.
2025-05-10 16:33:09 +09:00
pmdyy
cdfa93c594 feat(output): Add git diff support with --diffs flag 2025-05-05 23:57:05 -06:00
Kazuki Yamada
46518a847a fix: add input.maxFileSize to tests config 2025-04-20 14:42:03 +09:00
Kazuki Yamada
f1993c62c4 Fix tests for metadata-only output mode 2025-04-19 17:58:44 +09:00
Kazuki Yamada
1fe2a942eb feat(compress): Compress now supports solidity 2025-03-27 00:39:30 +09:00