Module command_parser

Source
Expand description

Command prompt handling.

Functions§

get_parser
is_command_file_extension 🔒
Match str with command file extensions, currently: sucl
is_wave_file_extension 🔒
Match str with wave file extensions, currently: vcd, fst, ghw
separate_at_space 🔒
Split part of a query at whitespace

Type Aliases§

RestCommand 🔒