package com.sessonad.oscommands.commands;
/**
*
* @author markiewb
*/
public enum SupportedFeatures {
/**
* OS allows to open file-browser with file selection
*/
BROWSE_TO_FILE,
/**
* OS allows to open file-browser with directory
*/
BROWSE_TO_DIR
}