launchSettings.json 613 B

1234567891011121314151617181920212223
  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. "qfu cleardir": {
  19. "commandName": "Project",
  20. "commandLineArgs": "cleardir direcories testdir -s -dry"
  21. }
  22. }
  23. }