Skip to content

Commit

Permalink
Changed name of the cli tool to groundlight
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Aug 24, 2023
1 parent 803b6d2 commit f87c951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ toml-sort = "^0.23.0"
types-requests = "^2.28.11.17"

[tool.poetry.scripts]
glcli = "groundlight.client:glcli"
groundlight = "groundlight.client:glcli"

# https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html
[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion src/groundlight/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import time
from io import BufferedReader, BytesIO
from typing import Optional, Union

import fire

from model import Detector, ImageQuery, PaginatedDetectorList, PaginatedImageQueryList
from openapi_client import Configuration
from openapi_client.api.detectors_api import DetectorsApi
Expand Down

0 comments on commit f87c951

Please sign in to comment.