From 209043e72f66a736d3a0934cef46266763b6d88b Mon Sep 17 00:00:00 2001 From: Damien Le Berrigaud Date: Sun, 26 Nov 2023 07:08:41 -0700 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index affbcdc..8b82106 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,6 @@ dart run cyclic_dependency_checks * `--path` or `-p` for the path to the module that is checked, path should be a folder containing a `pubspec.yaml`, defaults to current working directory. + * `--mono-repo` or `-m` as an alternative to path, use the path to your Melos based mono-repo + to run against all its components. * `--max-depth` or `-d` to limit the depth of the check, defaults to no max depth.