feat: 0.2.7

This commit is contained in:
2024-12-31 00:26:30 +08:00
parent 18282e2223
commit 6543edd395
4 changed files with 20 additions and 7 deletions

View File

@@ -69,7 +69,8 @@ fn main() {
return;
}
if first_argument == "--list" || first_argument == "-l" {
list_scripts();
let filter = args.get(1);
list_scripts(filter);
return;
}
if first_argument == "--install" || first_argument == "-i" {