15 void execute(std::span<const TclObject> tokens,
17 [[nodiscard]] std::string
help(std::span<const TclObject> tokens)
const override;
18 void tabCompletion(std::vector<std::string>& tokens)
const override;
20 [[nodiscard]]
Command* getMachineCommand()
const;
void tabCompletion(std::vector< std::string > &tokens) const override
Attempt tab completion for this command.
std::string help(std::span< const TclObject > tokens) const override
Print help for this command.
void execute(std::span< const TclObject > tokens, TclObject &result) override
Execute this command.
Contains the main loop of openMSX.
This file implemented 3 utility functions: