| 1234567891011121314151617181920212223 |
- {
- "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"
- },
- "qfu cleardir": {
- "commandName": "Project",
- "commandLineArgs": "cleardir direcories testdir -s -dry"
- }
- }
- }
|