Skip to content

Commit 57e6fe5

Browse files
committed
chore: Misc updates
- Use setOptions / shoptOptions - Add bats-core (will be used later) - Removed old glue things
1 parent a16cdb6 commit 57e6fe5

File tree

4 files changed

+9
-23
lines changed

4 files changed

+9
-23
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ root = true
22

33
[*]
44
indent_style = tab
5-
indent_size = 4
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true

.shellcheckrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

basalt.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = 'bash-args'
33
slug = 'bash_args'
44
version = '0.9.2'
55
authors = ['Edwin Kofler" <[email protected]>']
6-
description = ''
6+
description = 'A cute little Bash library for blazing fast argument parsing'
77

88
[run]
9-
dependencies = []
9+
dependencies = ['https://github.com/hyperupcall/[email protected]']
1010
sourceDirs = ['pkg/lib', 'pkg/lib/public']
1111
builtinDirs = []
1212
binDirs = []
@@ -16,5 +16,8 @@ manDirs = []
1616
[run.shellEnvironment]
1717

1818
[run.setOptions]
19+
errexit = 'on'
20+
pipefail = 'on'
1921

2022
[run.shoptOptions]
23+
shift_verbose = 'on'

glue.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)