small fixed to blag quickstart

This commit is contained in:
Bastian Venthur
2023-06-16 09:55:17 +02:00
parent 7e22f00ac5
commit d6ed2d71d5
5 changed files with 15 additions and 5 deletions

View File

@@ -61,8 +61,9 @@ def copy_default_theme() -> None:
def quickstart(args: argparse.Namespace | None) -> None:
"""Quickstart.
This method asks the user some questions and generates a
configuration file that is needed in order to run blag.
This method asks the user some questions and generates a configuration file
that is needed in order to run blag. Additionally, it creates the content
and static directories with some initial content, to get the user started.
Parameters
----------