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

clarify goto syntax #43

Merged
merged 1 commit into from
Aug 29, 2022
Merged

clarify goto syntax #43

merged 1 commit into from
Aug 29, 2022

Conversation

najohnsn
Copy link
Member

This PR resolves #31.

Removed all the GOTO syntax that was copied from ATI doc that was not implemented or implemented in some other way.

Added a GOTO syntax diagram in a Usage section.

Simplified the code that processes GOTO by restructuring to remove some duplicate code. Removed an undocumented and generally unused function that forced a new session when a hostname (with a '.') was specified as a single argument... by appending ~x (where x is an integer) to the first part of the hostname.

Signed-off-by: Neil Johnson <najohnsn@us.ibm.com>
@najohnsn najohnsn self-assigned this Aug 29, 2022
@najohnsn najohnsn merged commit f61e47a into main Aug 29, 2022
@najohnsn najohnsn deleted the goto-syntax branch August 29, 2022 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TODO need syntax diagram
1 participant