**支持别名功能** 比如 `projj add https://github.com/fregante/chrome-webstore-upload.git` 我不想每次都 `projj find chrome-webstore-upload` 或 `projj find fregante` 我想在add的时候设置一个别名比如 `projj add https://github.com/fregante/chrome-webstore-upload.git --alias=cwu` 这样每次find就可以 `projj find cwu`