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

Handle PREFIX/SUFFIX/OUTPUTPREFIX/OUTPUTSUFFIX in telnet host #252

Open
github-actions bot opened this issue Feb 10, 2024 · 2 comments
Open

Handle PREFIX/SUFFIX/OUTPUTPREFIX/OUTPUTSUFFIX in telnet host #252

github-actions bot opened this issue Feb 10, 2024 · 2 comments
Assignees
Labels

Comments

@github-actions
Copy link

// TODO: Handle built-in commands like .program, .flush, etc.

    ]
    .contains(&verb.as_str())
    {
        // TODO: Handle built-in commands like .program, .flush, etc.
        return Err(ParseCommandError::UnimplementedBuiltInCommand);
    }
    // Split into verb and argument string
@github-actions github-actions bot added the todo label Feb 10, 2024
@rdaum rdaum self-assigned this May 26, 2024
@rdaum
Copy link
Owner

rdaum commented Jun 11, 2024

#323

@rdaum
Copy link
Owner

rdaum commented Jun 11, 2024

.program has been added to the telnet host.

.flush makes no sense in our world.

PREFIX/SUFFIX not implemented yet, so I'll change this ticket to be just that.

@rdaum rdaum changed the title Handle built-in commands like .program, .flush, etc. Handle PREFIX/SUFFIX/OUTPUTPREFIX/OUTPUTSUFFIX in telnet host Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant