fix: edit extras install command and render symlink parent dir

This commit is contained in:
Davide Scaini
2026-03-29 16:52:58 +02:00
parent d2149bf77a
commit 7c281a48d7
4 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ def edit(
except ImportError:
raise click.ClickException(
"uvicorn is required for the edit server.\n"
"Install with: uv add 'bincio[edit]'"
"Install with: uv sync --extra edit"
)
data = _resolve_data_dir(data_dir, config_path)