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

TODO need syntax diagram #31

Closed
Christopher-Chappell opened this issue Jul 26, 2022 · 0 comments · Fixed by #43
Closed

TODO need syntax diagram #31

Christopher-Chappell opened this issue Jul 26, 2022 · 0 comments · Fixed by #43
Assignees

Comments

@Christopher-Chappell
Copy link

I wanted to figure out how to create a session and name it in the same command, but I couldn't remember off the top of my head. Looking at the help text, I see there is a RENAME option but given there are no examples and no syntax diagram I'm not sure how I'd specify it.

Session: NONE> help goto
Command to go to a session in full-screen.

        This is modelled after the ATI GOTO interactive trace
        command. GOTO suspends execution and transfers control to the
        indicated session. If no session is supplied, the active
        session is used. If the selected session does not exist, a
        warning is issued. ATI execution resumes upon returning
        (through use of hot-key, disconnection, logoff, etc.). GOTO
        ? will show all sessions under the parent ID.

        This is also modelled after the ATI GOTO EXEC that is often
        used with the ATI Session Manager:

        <TODO need syntax diagram>

        session
            The name of a session to which control is transferred.

        userid
            A user ID on the same node as the current node. The
            session name is simply userid.

        userid AT node
            Information by which the session name is hashed. The
            session name is made by concatenating the last five
            characters of userid, an = sign, and the sixth and
            seventh characters of node. For example, MICHAELG AT
            STLVM3 becomes HAELG=3, and RONB AT STLVM1 becomes
            RONB=1.

        nickname
            A nickname from a NAMES file on the A-disk where a user
            ID and node are stored that specify the session to which
            control is to be transferred.

        ?
            Lists the available current session names.

        DROP
            Disconnects a session. See DROP command.

        INIT
            Initiated a session (brings up a new one).

        QUIET
            Suppresses informational messages.

        RENAME
            Changes the name of the current session to the session
            name specified. See RENAME command.

        This is NOT modelled after the ATI GOTO statement.
        
@najohnsn najohnsn self-assigned this Aug 29, 2022
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 a pull request may close this issue.

2 participants