launchSettings.json 183 B

12345678
  1. {
  2. "profiles": {
  3. "Console": {
  4. "commandName": "Project",
  5. "commandLineArgs": "document_add -arts:doc1_file1.bin;doc1_file2.bin -force -user:test -dbg -dump"
  6. }
  7. }
  8. }