From f053ca588df6f469536cf4d98fcea04528dbaa73 Mon Sep 17 00:00:00 2001 From: Julian Geiger Date: Wed, 15 May 2024 11:23:17 +0000 Subject: [PATCH] The lowest hanging fruit: Update help callback The wrong description when using `--help` of this glorious project was bothering me, so updated it here. Text up for debate. --- aiida_project/commands/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiida_project/commands/main.py b/aiida_project/commands/main.py index ce43bbe..60501b6 100644 --- a/aiida_project/commands/main.py +++ b/aiida_project/commands/main.py @@ -18,7 +18,7 @@ @app.callback() def callback(): """ - Tool for importing CIF files and converting them into a unique set of `StructureData`. + AiiDA project manager: Isolated Python environments tailored to AiiDA with separated project directories, configs, and AiiDA profiles. """