You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CACmb/docs/Modes/convert.md

14 lines
371 B

#Convert
```
cacmb --convert infile outfile(s)
```
This mode converts a file `infile` to different files `outfile(s)`.
The extensions on both files determine which read and write subroutines are called.
This mode can also be used to apply options to a file by setting `infile` and `outfile` to the same value such as:
```
cacmb --convert cac.mb cac.mb {-options}
```