Radarr/src/NzbDrone.Host/ApplicationModes.cs

13 lines
198 B
C#

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