mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 22:39:42 +08:00
change: remove startproject in python version, move all features to go version
This commit is contained in:
@@ -30,6 +30,7 @@ var scaffoldCmd = &cobra.Command{
|
||||
} else {
|
||||
pluginType = scaffold.Py // default
|
||||
}
|
||||
|
||||
err := scaffold.CreateScaffold(args[0], pluginType)
|
||||
if err != nil {
|
||||
log.Error().Err(err).Msg("create scaffold project failed")
|
||||
|
||||
Reference in New Issue
Block a user