File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939
4040 ⚙️ Generate basic environment:
4141 ctf gen env --cli myenv --output-dir devenv --product-name Knilniahc --nodes 4
42-
42+
4343 📜 Read the docs in devenv/README.md
4444
4545 🔧 Address all TODO comments and customize it
@@ -103,14 +103,14 @@ Usage:
103103 if err := cg .Write (); err != nil {
104104 return fmt .Errorf ("failed to generate module: %w" , err )
105105 }
106-
106+
107107 fmt .Println ()
108108 fmt .Printf ("📁 Your environment directory is: %s\n " , outputDir )
109109 fmt .Printf ("💻 Your CLI name is: %s\n " , cliName )
110110 fmt .Printf ("📜 More docs can be found in %s/README.md\n " , outputDir )
111111 fmt .Printf ("⬛ Entering the shell..\n " )
112112 fmt .Println ()
113-
113+
114114 cmd := exec .Command ("just" , "cli" )
115115 cmd .Env = os .Environ ()
116116 cmd .Dir = outputDir
Original file line number Diff line number Diff line change @@ -110,4 +110,4 @@ func TestSmokeGenerateDevEnv(t *testing.T) {
110110 }, 2 * time .Minute , 2 * time .Second )
111111 })
112112 }
113- }
113+ }
You can’t perform that action at this time.
0 commit comments