Added `commands-description` to `bpkg.json`.

pull/161/head
Sam Likins 1 year ago
parent 9c572cfd91
commit c94cbb59ce

@ -8,5 +8,9 @@
"commands": {
"lint": "command shellcheck **/*.sh",
"list-sources": "echo ${BPKG_PACKAGE_SOURCES[@]} | sed 's/ /\n/g'"
},
"commands-description": {
"lint": "Execute shellcheck against all .sh files in project",
"list-sources": "Output package source files"
}
}

Loading…
Cancel
Save