Files
Readarr/src/NzbDrone.Host/ApplicationModes.cs
T
2018-04-26 20:56:19 -04:00

13 lines
195 B
C#

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