doc/commands
This commit is contained in:
parent
b7e5adfa73
commit
72133580d0
1 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,11 @@ def clone_project_branch() -> None:
|
||||||
|
|
||||||
|
|
||||||
def install_commands(path: Path) -> None:
|
def install_commands(path: Path) -> None:
|
||||||
"""Make commands callable in the operating system."""
|
"""Make commands callable in the operating system.
|
||||||
|
|
||||||
|
:param path: entry point that commands will call
|
||||||
|
:type path: Path
|
||||||
|
"""
|
||||||
step("Install commands")
|
step("Install commands")
|
||||||
user = Path("/usr/local/bin")
|
user = Path("/usr/local/bin")
|
||||||
for command in [
|
for command in [
|
||||||
|
|
Loading…
Add table
Reference in a new issue