src/eric7/Documentation/Source/eric7.Toolbox.SingleApplication.html

branch
eric7
changeset 10303
ee1aadab1215
parent 10070
9f5758c0fec1
child 10431
64157aeb0312
--- a/src/eric7/Documentation/Source/eric7.Toolbox.SingleApplication.html	Sat Nov 11 10:13:29 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Toolbox.SingleApplication.html	Sat Nov 11 12:44:51 2023 +0100
@@ -76,7 +76,7 @@
 </tr>
 <tr>
 <td><a href="#SingleApplicationClient.processArgs">processArgs</a></td>
-<td>Public method to process the command line args passed to the UI.</td>
+<td>Public method to process the command line arguments passed to the UI.</td>
 </tr>
 <tr>
 <td><a href="#SingleApplicationClient.sendCommand">sendCommand</a></td>
@@ -152,16 +152,16 @@
 <b>processArgs</b>(<i>args</i>)
 
 <p>
-        Public method to process the command line args passed to the UI.
+        Public method to process the command line arguments passed to the UI.
 </p>
 <p>
         <b>Note</b>: This method must be overridden by subclasses.
 </p>
 <dl>
 
-<dt><i>args</i></dt>
+<dt><i>args</i> (argparse.Namespace)</dt>
 <dd>
-command line args (list of strings)
+namespace object containing the parsed command line parameters
 </dd>
 </dl>
 <dl>

eric ide

mercurial