5#ifndef MYSHELL_MSH_COMMAND_FWD_H
6#define MYSHELL_MSH_COMMAND_FWD_H
13using simple_command_ptr = std::shared_ptr<simple_command_t>;
14using connection_command_ptr = std::shared_ptr<connection_command_t>;
Top-level command structure.
Definition msh_command.h:48
Connection command structure.
Definition msh_command.h:214
Simple command structure.
Definition msh_command.h:87