Open lvboda opened 3 months ago
支持别名功能
比如 projj add https://github.com/fregante/chrome-webstore-upload.git
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
projj find chrome-webstore-upload
projj find fregante
projj add https://github.com/fregante/chrome-webstore-upload.git --alias=cwu
projj find cwu
支持别名功能
比如
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