Skip to content

Commit

Permalink
feat: add comments to cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed May 24, 2024
1 parent df80bae commit 520067c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/antares_web_installer/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
)
def install_cli(src_dir: str, target_dir: str, **kwargs) -> None:
"""
Install Antares Web at the right file locations.
Install Antares Web Server sources.
Takes two positional argument : 'src_dir' source directory to copy files from and 'target' directory
to paste files to.
"""
target_dir = Path(target_dir)
src_dir = Path(src_dir)
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 520067c

Please sign in to comment.