header only lib

This commit is contained in:
vrd
2024-05-17 19:02:56 +03:00
parent a8fb5f7d3d
commit 57c0aa4309
10 changed files with 272 additions and 264 deletions
+2
View File
@@ -160,3 +160,5 @@ PendingCmd operator&(const PendingCmd&, const Cmd&);
auto var = $(ls);
*/
std::string $(const PendingCmd&);
#include "commands.inl"