Add rvctl entrypoint and docs
This commit is contained in:
+4
-1
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user