160 <p> |
160 <p> |
161 Public method to process the command line args passed to the UI. |
161 Public method to process the command line args passed to the UI. |
162 </p> |
162 </p> |
163 <dl> |
163 <dl> |
164 |
164 |
165 <dt><i>args</i> (list of str)</dt> |
165 <dt><i>args</i> (argparse.Namespace)</dt> |
166 <dd> |
166 <dd> |
167 list of command line arguments |
167 namespace object containing the parsed command line parameters |
168 </dd> |
168 </dd> |
169 <dt><i>disconnect</i> (bool)</dt> |
169 <dt><i>disconnect</i> (bool)</dt> |
170 <dd> |
170 <dd> |
171 flag indicating to disconnect when done |
171 flag indicating to disconnect when done |
172 </dd> |
172 </dd> |