From 33bd1103e9e9084a768a1d713989952355677040 Mon Sep 17 00:00:00 2001 From: Kazuki Yamada Date: Fri, 2 Aug 2024 00:13:35 +0900 Subject: [PATCH] feat(cli): Add CLI option for output style --- README.md | 2 ++ src/cli/index.ts | 7 ++++++- src/config/configValidator.ts | 12 ++++++++++-- src/types/index.ts | 2 +- tests/config/configValidator.test.ts | 20 ++++++++++++++++++++ 5 files changed, 39 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c44b6a..fce21a7 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Feel free to modify these prompts based on your specific needs and the capabilit - `-o, --output `: Specify the output file name - `-i, --ignore `: Additional ignore patterns (comma-separated) - `-c, --config `: Path to a custom config file +- `--style