namespace EpicMorg.Atlassian.Downloader { public enum DownloadAction { /// /// Download application files /// Download, /// /// Print download URLs and exit /// ListURLs, /// /// Print available application versions and exit /// ListVersions, /// /// Print feed JSONs to stdout and exit /// ShowRawJson, } }