74 const std::span<const std::string> &vArgs,
Performs a test. Returns through status code.
Definition command_test.h:56
command_test()
Constructs command.
Definition command_test.h:61
virtual void msg_error_test(std::ostream &oStdErr, shell_status nStatus) const
Displays the error message for test errors.
Definition command_test.cpp:259
shell_status run(const std::span< const std::string > &vArgs, shell_session &oSession) const override
Performs a test.
Definition command_test.cpp:240
Abstract base class for all shell commands.
Definition command.h:50
Represents an execution environment for a shell instance.
Definition shell_session.h:57
Defines the bs::command interface and built-in shell commands.
BashSpark main namespace.
Definition command.h:39
shell_status
Shell status codes.
Definition shell_status.h:47