We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b63cb commit d3f423dCopy full SHA for d3f423d
1 file changed
aegis/commands/init.py
@@ -124,7 +124,7 @@ def init_command(
124
)
125
if missing_components:
126
typer.echo(
127
- f"💡 Suggestion: Add missing components: --components {','.join(selected_components + missing_components)}",
+ f"💡 Suggestion: Add missing components: --components {','.join(list(dict.fromkeys(selected_components + missing_components)))}",
128
err=True,
129
130
0 commit comments