1
0

fix: add test for new added env function and fix their bugs

This commit is contained in:
2025-12-12 14:57:08 +08:00
parent 19086f44e2
commit 6c2dba74d1
3 changed files with 41 additions and 14 deletions

View File

@@ -77,6 +77,9 @@ namespace yycc::env {
*/
VarResult<std::vector<VarPair>> get_vars();
// TODO: Add join_paths() and split_paths() for variable
// especially for PATH-like variable.
#pragma endregion
#pragma region Environment Path