3496 <p> |
3496 <p> |
3497 Public method to process the command line args passed to the UI. |
3497 Public method to process the command line args passed to the UI. |
3498 </p> |
3498 </p> |
3499 <dl> |
3499 <dl> |
3500 |
3500 |
3501 <dt><i>args</i></dt> |
3501 <dt><i>args</i> (argparse.Namespace)</dt> |
3502 <dd> |
3502 <dd> |
3503 list of files to open<br /> |
3503 namespace object containing the parsed command line |
3504 The args are processed one at a time. All arguments after a |
3504 parameters |
3505 '--' option are considered debug arguments to the program |
|
3506 for the debugger. All files named before the '--' option |
|
3507 are opened in a text editor, unless the argument ends in |
|
3508 .epj or .e4p, then it is opened as a project file. If it |
|
3509 ends in .emj, .e4m or .e5m, it is opened as a multi project. |
|
3510 </dd> |
3505 </dd> |
3511 </dl> |
3506 </dl> |
3512 <a NAME="UserInterface.processInstallInfoFile" ID="UserInterface.processInstallInfoFile"></a> |
3507 <a NAME="UserInterface.processInstallInfoFile" ID="UserInterface.processInstallInfoFile"></a> |
3513 <h4>UserInterface.processInstallInfoFile</h4> |
3508 <h4>UserInterface.processInstallInfoFile</h4> |
3514 <b>processInstallInfoFile</b>(<i></i>) |
3509 <b>processInstallInfoFile</b>(<i></i>) |