aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2026-08-03 23:50:43 +0500
committerAnton Bobov <anton@bobov.name>2026-08-03 23:50:43 +0500
commitae541745da4acc6f975d97b109910e3155f84734 (patch)
tree946dd43c6e4ad4518c4e153898eb8794963c180d /files
parent30e3da4c57b464b4a46452d56085216f11b288f3 (diff)
eget: add argc tool
Diffstat (limited to 'files')
-rw-r--r--files/.eget.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.eget.toml b/files/.eget.toml
index 296ae3e..59c045b 100644
--- a/files/.eget.toml
+++ b/files/.eget.toml
@@ -21,3 +21,6 @@ target = "~/.local/bin/shfmt"
# A syntax-highlighting pager for git, diff, grep, and blame output
["dandavison/delta"]
asset_filters = [ "linux-gnu.tar.gz" ]
+
+# A Bash CLI framework, also a Bash command runner.
+["sigoden/argc"]