mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-30 19:02:49 -04:00
Add download cleaner and dry run (#58)
This commit is contained in:
6
code/Common/Attributes/DryRunSafeguardAttribute.cs
Normal file
6
code/Common/Attributes/DryRunSafeguardAttribute.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Common.Attributes;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Method, Inherited = true)]
|
||||
public class DryRunSafeguardAttribute : Attribute
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user