Try this ls -d */ to list directories within the current directory
ls -d */
Try this:
find . -maxdepth 1 -type d