2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-16 00:12:52 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Sam Likins
79481450fe
List Commands with Descriptions (#161)
* Updated `utils.sh` with `bpkg_exec_exist` and `bpkg_exec_or_exit`.
* Updated scripts with `bpkg_exec_or_exit`.
* Updated `install.sh` to utilize utility functions.
* Updated `runner` in `run.sh`.
* Added `--list` option to `run.sh`.
* Added `commands-description` to `bpkg.json`.
* Updated README TOC and missing `dependencies-dev` section.
* Added `commands-description` section to README.
* Corrected failing shellcheck.
2023-04-21 05:37:10 -07:00
jwerle
387c9e93af refactor(): clean up output 2022-03-28 18:07:27 -04:00
jwerle
c2f8a2c2be fix(): fix suggestions and false positive 'bpkg-run' rc 2022-03-28 17:43:20 -04:00
jwerle
e6e02812c4 fix(suggest): fix stdout leak 2022-03-28 14:48:46 -04:00
jwerle
fe8f5c942c fix(): fix broken environment variables 2022-03-28 14:45:40 -04:00
jwerle
c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2022-03-28 06:59:13 -07:00
jwerle
7523983418 fix(lib/suggest/suggest.sh): fix usage of 'read' 2022-03-23 16:47:13 -04:00
jwerle
9ea0f02b76 feat(): introduce 'bpkg-run' 2022-03-23 11:16:59 -07:00
Ben Peachey
4af346da14 Fix more Shellcheck violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
574a928de8 Fix various Shellcheck violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
28b14b9fdd Fix all Shellcheck SC2034 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
355a1bd49d Fix all Shellcheck SC2086 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
2e17e87472 Fix all Shellcheck SC2053 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
f55825365e Fix all Shellcheck SC2004 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
1107d7608c Changes various (text) files to *not* be executable
This change affects LICENSE, README.md, package.json and Makefile files.
2018-02-02 11:16:54 -05:00
Abdelkafi Ahmed
0617f26461 Replace with $( ) inside strings and in commands (#77)
* Changed how to execute shell commands inside output strings

* Removed the extra { }

* Drop changes to JSON files inside lib/json
2017-02-06 10:28:58 -05:00
Joseph Werle
506762608d Add suggest and show helpful commands in help menu 2014-05-25 17:19:13 -04:00