You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Handle built-in commands like .program, .flush, etc.
].contains(&verb.as_str()){// TODO: Handle built-in commands like .program, .flush, etc.returnErr(ParseCommandError::UnimplementedBuiltInCommand);}// Split into verb and argument string
The text was updated successfully, but these errors were encountered:
PREFIX/SUFFIX not implemented yet, so I'll change this ticket to be just that.
rdaum
changed the title
Handle built-in commands like .program, .flush, etc.
Handle PREFIX/SUFFIX/OUTPUTPREFIX/OUTPUTSUFFIX in telnet host
Jun 11, 2024
moor/crates/kernel/src/tasks/command_parse.rs
Line 165 in 47435a1
The text was updated successfully, but these errors were encountered: