Contaienr size scan WIP
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace FileTime.App.Core.UserCommand;
|
||||
|
||||
public sealed class ScanSizeCommand : IIdentifiableUserCommand
|
||||
{
|
||||
public const string ScanSizeCommandName = "scan_size";
|
||||
public static readonly ScanSizeCommand Instance = new();
|
||||
|
||||
private ScanSizeCommand()
|
||||
{
|
||||
}
|
||||
|
||||
public string UserCommandID => ScanSizeCommandName;
|
||||
public string Title => "Scan size";
|
||||
}
|
||||
Reference in New Issue
Block a user