Improve project show and add pshow func with cwd support

This commit is contained in:
2023-12-11 15:42:50 -05:00
parent d4ad16fe16
commit ea909b87cc
5 changed files with 70 additions and 3 deletions

View File

@ -20,3 +20,7 @@ padd () {
plist () {
gitlab-project-manager alias list
}
pshow () {
gitlab-project-manager project show --current
}