    function showcommands{

        foreach($i in $global:commandList)
        {
            printData -data $i
        }
                
    }
