We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a13ec1e + 6226144 commit 79009f9Copy full SHA for 79009f9
basalt.toml
@@ -6,7 +6,7 @@ authors = ['Edwin Kofler <edwin@kofler.dev>']
6
description = ''
7
8
[run]
9
-dependencies = ['https://github.com/hyperupcall/bash-args.git@v0.9.0']
+dependencies = ['https://github.com/hyperupcall/bash-args.git@v0.9.2']
10
sourceDirs = ['pkg/lib']
11
builtinDirs = []
12
binDirs = ['pkg/bin']
pkg/bin/choose
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
3
-eval "$(basalt-package-init)"; basalt.package-init
+eval "$(basalt-package-init)"
4
+basalt.package-init
5
basalt.package-load
source "$BASALT_PACKAGE_DIR/pkg/lib/cmd/choose.sh"
0 commit comments