While adding a script as a tool, I'm specifying parameters for a Python script. One of my outputs is a feature class; it cannot be a shapefile since the field names are cropped and the script will fail.
Specifying the data type as 'Feature Class' still allows the user specify a shapefile as output, how can I ensure that the only possible output is a geodatabase feature class?