Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Beam.Temporary.Cli {
|
||||
internal class File(string path, params string[] tags) {
|
||||
public string Path { get; set; } = path;
|
||||
public string[] Tags { get; set; } = tags;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user