print command

This commit is contained in:
vrd
2025-06-06 18:00:38 +03:00
parent 39e9c1bff0
commit c538d70823
4 changed files with 13 additions and 1 deletions
+3
View File
@@ -161,4 +161,7 @@ PendingCmd operator&(const PendingCmd&, const Cmd&);
*/
std::string $(const PendingCmd&);
/* Operator<< for printing */
std::ostream& operator<<(std::ostream&, const Cmd&);
#include "commands.inl"