Public/Get-FFTools.ps1

#Get commands function
function Get-FFTools {
    Get-Command -Module FFTools
}