mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-27 13:24:59 +00:00
feature: supports to scan workspace's default clone dir (#1454)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
f657847129
commit
dd01c74d11
4 changed files with 59 additions and 20 deletions
8
src/Models/ScanDir.cs
Normal file
8
src/Models/ScanDir.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace SourceGit.Models
|
||||
{
|
||||
public record ScanDir(string path, string desc)
|
||||
{
|
||||
public string Path { get; set; } = path;
|
||||
public string Desc { get; set; } = desc;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue