namespace NzbDrone
{
    public enum ApplicationModes
    {
        Console,
        Help,
        InstallService,
        UninstallService,
        Service,
    }
}