Commit Graph

5 Commits

Author SHA1 Message Date
Kazuki Yamada 5617f9de64 test(cli): Remove stdout mode test for piped input 2025-05-10 16:33:09 +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
Kazuki Yamada e64c6044ac fix(lint): Fix lint errors 2024-12-27 23:45:17 +07:00
Mike Judge 33d9c14650 Fixes from linter 2024-12-24 17:42:55 -08:00
Mike Judge f4797b81fd Pull out writeOutputToDisk into its own function for clarity 2024-12-24 16:19:23 -08:00