Add rvctl entrypoint and docs

This commit is contained in:
mpabi
2026-04-26 13:50:30 +02:00
parent 331e87ff90
commit c57c14ee63
8 changed files with 586 additions and 538 deletions
+4 -1
View File
@@ -1040,7 +1040,10 @@ def add_store_selection_options(parser: argparse.ArgumentParser) -> None:
def build_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(description="Workspace launcher for rv cards and tools.")
parser = argparse.ArgumentParser(
prog="rvctl",
description="rvctl for rv cards and tools.",
)
parser.add_argument(
"--config",
default=Path(__file__).with_name("workspace.json"),