Skip to content

Commit

Permalink
Make minor corrections to the docstrings
Browse files Browse the repository at this point in the history
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
  • Loading branch information
gridhead committed Nov 12, 2024
1 parent bd0d55a commit 402256d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions expedite/client/prompt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def work() -> None:

@group(
name="expedite",
help="Configure the service particulars before starting it",
context_settings={"show_default": True},
)
@option(
Expand Down
1 change: 1 addition & 0 deletions expedite/server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def work() -> None:

@command(
name="expedite",
help="Configure the service particulars before starting it",
context_settings={"show_default": True},
)
@option(
Expand Down

0 comments on commit 402256d

Please sign in to comment.