From a5819b7483488ce7819bef32c9336fdb9ed9fd3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:34:24 +0100 Subject: [PATCH] docs(cli): update generated docs (#4430) Co-authored-by: julienrbrt <29894366+julienrbrt@users.noreply.github.com> --- docs/docs/08-references/01-cli.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/08-references/01-cli.md b/docs/docs/08-references/01-cli.md index d6cc4b3e09..26154ed4b7 100644 --- a/docs/docs/08-references/01-cli.md +++ b/docs/docs/08-references/01-cli.md @@ -2992,8 +2992,6 @@ This command does the following: * Creates a directory with module's protocol buffer files in "proto/" * Creates a directory with module's boilerplate Go code in "x/" * Imports the newly created module by modifying "app/app.go" -* Creates a file in "testutil/keeper/" that contains logic to create a keeper - for testing purposes This command will proceed with module scaffolding even if "app/app.go" doesn't have the required default placeholders. If the placeholders are missing, you