Radarr/src/NzbDrone.Host/ApplicationModes.cs

13 lines
196 B
C#

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