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.
1 parent 8ec795e commit cc8fd01Copy full SHA for cc8fd01
.gitattributes
@@ -1,2 +1,4 @@
1
-* text=auto
2
-.glue/ linguist-generated
+# foxomate start
+* text=auto eol=lf
3
+bake linguist-generated
4
+# foxomate end
basalt.toml
@@ -1,8 +1,9 @@
[package]
+type = 'bash'
name = 'bash-args'
slug = 'bash_args'
5
version = '0.9.2'
-authors = ['Edwin Kofler" <edwin@kofler.dev>']
6
+authors = ['Edwin Kofler <edwin@kofler.dev>']
7
description = 'A cute little Bash library for blazing fast argument parsing'
8
9
[run]
0 commit comments