mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-18 22:54:27 +01:00
@@ -317,7 +317,7 @@ async function share(name, branchToShare, options) {
|
|||||||
function logBranches(name) {
|
function logBranches(name) {
|
||||||
const repoACL = acl.getACL(name)
|
const repoACL = acl.getACL(name)
|
||||||
console.log('Visibility:', '\t', repoACL.visibility)
|
console.log('Visibility:', '\t', repoACL.visibility)
|
||||||
console.log('Branch:')
|
console.log('Protected Branch(s):')
|
||||||
for (const branch of repoACL.protectedBranches) { console.log(branch) }
|
for (const branch of repoACL.protectedBranches) { console.log(branch) }
|
||||||
}
|
}
|
||||||
program.parse()
|
program.parse()
|
||||||
|
|||||||
Reference in New Issue
Block a user