From 02d7d297eb4a5713dd866f75bfa0c256c7134fd8 Mon Sep 17 00:00:00 2001 From: Geetika Kapoor Date: Thu, 8 Aug 2024 14:24:03 +0100 Subject: [PATCH] Update 'poetry run' command in README Signed-off-by: Geetika Kapoor --- class_generator/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/class_generator/README.md b/class_generator/README.md index 7a05ea1c8a..63ef8c6b76 100644 --- a/class_generator/README.md +++ b/class_generator/README.md @@ -22,6 +22,12 @@ if type class-generator > /dev/null; then eval "$(_CLASS_GENERATOR_COMPLETE=zsh_ ###### Call the script +- Calling the script with poetry + +```bash +poetry run class-generator --kind +``` + - Running in normal mode with `--kind` flags: ```bash