API: Added /api/flake/list. Added API grouping and description for better visibility

This commit is contained in:
Qubasa
2023-11-03 22:05:33 +01:00
parent 90a1311365
commit efa48052cf
15 changed files with 136 additions and 42 deletions

View File

@@ -2,7 +2,7 @@
import argparse
from .create import register_create_parser
from .list import register_list_parser
from .list_flakes import register_list_parser
# takes a (sub)parser and configures it