Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working text links Open Connection #85

Merged
merged 1 commit into from
Mar 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Mainframe3270/x3270.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def open_connection(
To establish a connection, only the hostname is required. Optional parameters include logical unit name (LU) and port.

Additional configuration data can be provided through the `extra_args` parameter.
`extra_args` accepts either a list or a path to a file containing [x3270 command-line options](https://x3270.miraheze.org/wiki/Category:Command-line_options).
`extra_args` accepts either a list or a path to a file containing [https://x3270.miraheze.org/wiki/Category:Command-line_options|x3270 command line options].

Entries in the argfile can be on one line or multiple lines. Lines starting with "#" are considered comments.

Expand All @@ -75,7 +75,7 @@ def open_connection(
| -port 992

Please ensure that the arguments provided are available for your specific x3270 application and version.
Refer to the [wc3270 command-line options](https://x3270.miraheze.org/wiki/Wc3270/Command-line_options) for a subset of available options.
Refer to the [https://x3270.miraheze.org/wiki/Wc3270/Command-line_options|wc3270 command line options] for a subset of available options.

Note: If you specify the port with the `-port` command-line option in `extra_args` (or use the -xrm resource command for it),
it will take precedence over the `port` argument provided in the `Open Connection` keyword.
Expand Down