Skip to content

Commit 80bef81

Browse files
committed
chore: Update package configuration
1 parent e5466e6 commit 80bef81

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

basalt.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,18 @@ name = 'bash-args'
33
slug = 'bash_args'
44
version = '0.8.0'
55
authors = ['Edwin Kofler" <[email protected]>']
6+
description = ''
67

7-
binDirs = [ 'pkg/bin' ]
8+
[run]
9+
dependencies = []
10+
sourceDirs = ['pkg/lib/util', 'pkg/source']
11+
builtinDirs = []
12+
binDirs = ['pkg/bin']
13+
completionDirs = []
14+
manDirs = []
15+
16+
[run.shellEnvironment]
17+
18+
[run.setOptions]
19+
20+
[run.shoptOptions]

glue-auto.toml

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

glue.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ email = "[email protected]"
1212

1313
gitRemoteUser = 'eankeen'
1414
gitRemoteRepo = 'bash-args'
15+
16+
glueVersion = 'be3110e397ae4d39266b3ec5f6b2c287392578ab'
17+
18+
programVersion = '0.7.0+916ca13-DIRTY'

0 commit comments

Comments
 (0)