launchSettings.json 115 B

12345678
  1. {
  2. "profiles": {
  3. "Console": {
  4. "commandName": "Project",
  5. "commandLineArgs": "help -all"
  6. }
  7. }
  8. }