From eaa9d5395b46a41b190adff3555ee7f82130ddd4 Mon Sep 17 00:00:00 2001 From: Trong Nhan Mai Date: Wed, 4 Dec 2024 22:44:39 +1000 Subject: [PATCH] chore: update command_analyze rst --- docs/source/pages/cli_usage/command_analyze.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/pages/cli_usage/command_analyze.rst b/docs/source/pages/cli_usage/command_analyze.rst index 2bb7f3f6a..0d43d791d 100644 --- a/docs/source/pages/cli_usage/command_analyze.rst +++ b/docs/source/pages/cli_usage/command_analyze.rst @@ -24,6 +24,7 @@ Usage [-d DIGEST] [-pe PROVENANCE_EXPECTATION] [--skip-deps] [--deps-depth DEPS_DEPTH] [-g TEMPLATE_PATH] [--python-venv PYTHON_VENV] + [--local-maven-repo LOCAL_MAVEN_REPO] ------- Options @@ -79,6 +80,10 @@ Options The path to the Python virtual environment of the target software component. +.. option:: --local-maven-repo LOCAL_MAVEN_REPO + + The path to the local .m2 directory. If this option is not used, Macaron will use the default location at $HOME/.m2 + ----------- Environment -----------