flake-modules/list-plugins: add extra filters

I have been using this more and wanted to create some filters to
onlyoutput the information I cared about. This adds the ability to
filter bykind, state, and whether a plugin has deprecation warnings.
This commit is contained in:
Austin Horstman 2024-08-23 19:40:54 -05:00
parent 3a04cc75e6
commit 45081d5f21
No known key found for this signature in database
2 changed files with 49 additions and 21 deletions

View file

@ -108,7 +108,7 @@
}
{
name = "list-plugins";
command = "${pkgs.python3.interpreter} ${./list-plugins.py}";
command = ''${pkgs.python3.interpreter} ${./list-plugins.py} "$@"'';
help = "List plugins and get implementation infos";
}
];