mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
Update README.md
This commit is contained in:
parent
a777e6e05c
commit
218a429346
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ Usage: gormtool [options] inputfile
|
|||
## Options include:
|
||||
* ```--import-strings-file``` - this option imports a file in the .strings format and replaces the text in the model file with the mappings. It takes a parameter which is the strings file to be imported.
|
||||
* ```--export-strings-file``` - this option exports a string file from the model file to the file specified by the parameter.
|
||||
* ```--export-xliff``` - this option exports an XLIFF1.2 file from the model file to the file specified by the parameter.
|
||||
* ```--import-class``` - this option parses the header given by the parameter passed in, it will break any existing connections if the class is instantiated
|
||||
* ```--export-class``` - this option exports the named class (passed in as a parameter) to a file by the same name in the current directory
|
||||
* ```--read``` - specifies this file is to be the one read... optional. If not used the last parameter is considered the input file.
|
||||
|
|
Loading…
Reference in a new issue