fix missing newline in cmd/add (#905)
This commit is contained in:
		@ -64,7 +64,7 @@ Example: cobra add server -> resulting in a new cmd/server.go`,
 | 
				
			|||||||
				er(err)
 | 
									er(err)
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			fmt.Printf("%s created at %s", command.CmdName, command.AbsolutePath)
 | 
								fmt.Printf("%s created at %s\n", command.CmdName, command.AbsolutePath)
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user