From dd2249338771f2d89954fa559dd7e04f116bbc65 Mon Sep 17 00:00:00 2001 From: Miro <200482516+Mirochill@users.noreply.github.com> Date: Sun, 24 May 2026 11:50:53 +0200 Subject: [PATCH] Fix escaped braces in clean help text --- src/benchcab/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchcab/cli.py b/src/benchcab/cli.py index c0c89a4..5f4b69f 100644 --- a/src/benchcab/cli.py +++ b/src/benchcab/cli.py @@ -231,7 +231,7 @@ def generate_parser(app: Benchcab) -> argparse.ArgumentParser: help="Cleanup files created by running benchcab.", description="""Removes src/ and runs/ directories, along with log files in the project root directory. The user has to specify which stage of files to remove - via \{all, realisations, submissions\} subcommand.""", + via {all, realisations, submissions} subcommand.""", add_help=False, )