File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = ['Edwin Kofler <edwin@kofler.dev>']
7
7
description = ' System for choosing default applications, programs, and utilities'
8
8
9
9
[run ]
10
- dependencies = [' https://github.com/hyperupcall/bash-args. git@v0.10 .0' ]
10
+ dependencies = [' https://github.com/hyperupcall/bash-args@v0.10.0 ' , ' https://github.com/hyperupcall/bash-core. git@v0.6 .0' ]
11
11
sourceDirs = [' pkg/src' ]
12
12
builtinDirs = []
13
13
binDirs = [' pkg/bin' ]
@@ -17,5 +17,9 @@ manDirs = []
17
17
[run .shellEnvironment ]
18
18
19
19
[run .setOptions ]
20
+ errexit = ' on'
21
+ errfail = ' on'
22
+ pipefail = ' on'
20
23
21
24
[run .shoptOptions ]
25
+ shift_verbose = ' on'
Original file line number Diff line number Diff line change
1
+ # choose
2
+
3
+ For details, see [ Details] ( ./details.md )
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- eval " $( basalt-package-init) "
4
- basalt.package-init
3
+ eval " $( basalt-package-init) " || exit
4
+ basalt.package-init || exit
5
5
basalt.package-load
6
6
7
7
source " $BASALT_PACKAGE_DIR /pkg/src/bin/choose.sh"
You can’t perform that action at this time.
0 commit comments