Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Add launch settings for command line options
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbyProjects committed Jun 11, 2019
1 parent 821ab6a commit 1544704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SpeechCLI/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"profiles": {
"SpeechCLI": {
"commandName": "Project"
"commandName": "Project",
"commandLineArgs": ""
}
}
}

0 comments on commit 1544704

Please sign in to comment.