| 12345678910111213141516171819 |
- {
- "profiles": {
- "qfu": {
- "commandName": "Project"
- },
- "qfu -help": {
- "commandName": "Project",
- "commandLineArgs": "help"
- },
- "qfu clone": {
- "commandName": "Project",
- "commandLineArgs": "clone test.dat \"test01.dat\"|\"test02.dat\"|\"test03.dat\""
- },
- "qfu clon n": {
- "commandName": "Project",
- "commandLineArgs": "clone test.dat \"test01.dat\"|\"test02.dat\"|\"test03.dat\" -n:10 -force"
- }
- }
- }
|