Browse Source

add Suite cli command to Abp Cli.

rel-1.1
Alper Ebicoglu 6 years ago
parent
commit
61fa2e9987
  1. 3
      framework/src/Volo.Abp.Cli/Properties/launchSettings.json

3
framework/src/Volo.Abp.Cli/Properties/launchSettings.json

@ -1,8 +1,7 @@
{
"profiles": {
"Volo.Abp.Cli": {
"commandName": "Project",
"commandLineArgs": "suite i"
"commandName": "Project"
}
}
}
Loading…
Cancel
Save