launchSettings.json 322 B

123456789101112131415
  1. {
  2. "profiles": {
  3. "qfu": {
  4. "commandName": "Project"
  5. },
  6. "qfu -help": {
  7. "commandName": "Project",
  8. "commandLineArgs": "help"
  9. },
  10. "qfu clone": {
  11. "commandName": "Project",
  12. "commandLineArgs": "clone test.dat \"test01.dat\"|\"test02.dat\"|\"test03.dat\""
  13. }
  14. }
  15. }