feat: 0.2.7
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user