Commit Graph

16 Commits (23ac54d142708e013770e68a5a50681a44436e7d)

Author SHA1 Message Date
jwerle 387c9e93af refactor(): clean up output 3 years ago
jwerle c2f8a2c2be fix(): fix suggestions and false positive 'bpkg-run' rc 3 years ago
jwerle e6e02812c4 fix(suggest): fix stdout leak 3 years ago
jwerle fe8f5c942c fix(): fix broken environment variables 3 years ago
jwerle c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 3 years ago
jwerle 7523983418 fix(lib/suggest/suggest.sh): fix usage of 'read' 3 years ago
jwerle 9ea0f02b76 feat(): introduce 'bpkg-run' 3 years ago
Ben Peachey 4af346da14 Fix more Shellcheck violations. 3 years ago
Ben Peachey 574a928de8 Fix various Shellcheck violations. 3 years ago
Ben Peachey 28b14b9fdd Fix all Shellcheck SC2034 violations. 3 years ago
Ben Peachey 355a1bd49d Fix all Shellcheck SC2086 violations. 3 years ago
Ben Peachey 2e17e87472 Fix all Shellcheck SC2053 violations. 3 years ago
Ben Peachey f55825365e Fix all Shellcheck SC2004 violations. 3 years ago
Ben Peachey 1107d7608c Changes various (text) files to *not* be executable
This change affects LICENSE, README.md, package.json and Makefile files.
7 years ago
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
8 years ago
Joseph Werle 506762608d Add suggest and show helpful commands in help menu 10 years ago