#!/bin/bash

local cur="$2"
COMPREPLY=( $(cdsitepackages && compgen -d -- "${cur}" ) )
