diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-09 16:30:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 16:30:31 +0800 |
| commit | fe8f27fe05d5258f3ef754a82467e4b7fdddd2c9 (patch) | |
| tree | d81feb207c7e803a1042f21149e38281bddc22e4 /mingling_cli/src/proj_mgr.rs | |
| parent | 596fd8efe269319d6585a7fd8731bef45180c0ea (diff) | |
feat: add remote template source support via git refs
Allow `proj-init` to accept a `<ref>@<variant>` template source
that resolves and caches templates from a git repository, falling
back to local directories for plain paths.
Diffstat (limited to 'mingling_cli/src/proj_mgr.rs')
| -rw-r--r-- | mingling_cli/src/proj_mgr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_cli/src/proj_mgr.rs b/mingling_cli/src/proj_mgr.rs index 509f37d..66130f3 100644 --- a/mingling_cli/src/proj_mgr.rs +++ b/mingling_cli/src/proj_mgr.rs @@ -1,2 +1,3 @@ pub mod cmd_proj_init; pub mod rule_solver; +pub mod template_source; |
