Initial project import
This commit is contained in:
@@ -268,7 +268,7 @@ def render_markdown(profile: dict[str, Any]) -> str:
|
||||
def main() -> int:
|
||||
parser = argparse.ArgumentParser(description="Profile decoded 1C managed forms and highlight decoder gaps.")
|
||||
parser.add_argument("--input-json", type=Path, help="Existing metadata.object.form.details JSON.")
|
||||
parser.add_argument("--adapter-url", default="http://docker-gpu.cin.su:8011")
|
||||
parser.add_argument("--adapter-url", default="http://docker.cin.su:8011")
|
||||
parser.add_argument("--base-id", default="upo_test")
|
||||
parser.add_argument("--kind")
|
||||
parser.add_argument("--name")
|
||||
|
||||
Reference in New Issue
Block a user