Skip to content

Commit dc9fa05

Browse files
committed
➕ Add argparse
1 parent 0c87cb0 commit dc9fa05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

shell.nix

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ mkShell {
77
(luajit.withPackages (
88
p: with p; [
99
ansicolors
10+
argparse
1011
luafilesystem
1112
luaprompt
1213

template.rockspec

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ description = {
1919
dependencies = {
2020
"lua >= 5.1",
2121
"ansicolors",
22+
"argparse",
2223
"luafilesystem",
2324
"luaprompt"
2425
}

0 commit comments

Comments
 (0)