1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 03:52:33 +02:00
Radarr/NzbDrone.Host/ApplicationModes.cs

12 lines
178 B
C#

namespace NzbDrone.Host
{
public enum ApplicationModes
{
Interactive,
Help,
InstallService,
UninstallService,
Service,
}
}