From 459afd92b7d33fc8c892dbe006892afce00922f6 Mon Sep 17 00:00:00 2001 From: Xavier Mitault Date: Mon, 31 Oct 2022 11:38:42 +0100 Subject: [PATCH] Add command of examples --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f8874db..33d6df1 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,14 @@ check c epitech coding style ![https://github.com/X-R-G-B/norma2/blob/main/assets/images/run_playground.svg](https://github.com/X-R-G-B/norma2/blob/main/assets/images/run_playground.svg) +```bash +pdm run norma2 --list-errors +``` ![https://github.com/X-R-G-B/norma2/blob/main/assets/images/exaample_list_errors.svg](https://github.com/X-R-G-B/norma2/blob/main/assets/images/exaample_list_errors.svg) +```bash +pdm run norma2 --explain G1 +``` ![https://github.com/X-R-G-B/norma2/blob/main/assets/images/example_explain.svg](https://github.com/X-R-G-B/norma2/blob/main/assets/images/example_explain.svg) # Install