launchSettings.json 485 B

12345678910111213141516171819
  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. "qfu clon n": {
  15. "commandName": "Project",
  16. "commandLineArgs": "clone test.dat \"test01.dat\"|\"test02.dat\"|\"test03.dat\" -n:10 -force"
  17. }
  18. }
  19. }