Parse CLI options, including presets

This commit is contained in:
Teoh Han Hui 2024-06-26 08:33:06 +08:00
parent 7534371b05
commit bf2c3c51d4
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE
12 changed files with 1043 additions and 2 deletions

19
.gitattributes vendored
View file

@ -1,2 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto
* text=auto eol=lf
*.csv text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.py text eol=lf
*.rs text eol=lf
*.sh text eol=lf
*.toml text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
Cargo.lock text eol=lf merge=binary
Makefile text eol=lf
MANIFEST.in text eol=lf
neofetch text eol=lf