From 21d401546eb486fa6d48f211f423b2f686e43367 Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Thu, 15 Apr 2021 17:10:47 +0300 Subject: [PATCH] adds module to your solution argument --- docs/en/CLI-New-Command-Samples.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/CLI-New-Command-Samples.md b/docs/en/CLI-New-Command-Samples.md index eedf03353c..52ca533c81 100644 --- a/docs/en/CLI-New-Command-Samples.md +++ b/docs/en/CLI-New-Command-Samples.md @@ -126,6 +126,12 @@ Module are reusable sub applications used by your main project. Using ABP Module ```bash abp new Acme.IssueManagement -t module --no-ui ``` + +* Creates the module and adds it to your solution + + ```bash + abp new Acme.IssueManagement -t module --add-to-solution-file + ``` ## Create a solution from a specific version