doc/commands
Some checks failed
/ arch (push) Failing after 7s
/ alpine (push) Failing after 3s
/ fedora (push) Failing after 5s
/ debian (push) Failing after 3s
/ opensuse (push) Failing after 3s
/ ubuntu (push) Failing after 3s
/ alma (push) Failing after 5s
/ rocky (push) Failing after 4s
Some checks failed
/ arch (push) Failing after 7s
/ alpine (push) Failing after 3s
/ fedora (push) Failing after 5s
/ debian (push) Failing after 3s
/ opensuse (push) Failing after 3s
/ ubuntu (push) Failing after 3s
/ alma (push) Failing after 5s
/ rocky (push) Failing after 4s
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:
|
||||
"""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")
|
||||
user = Path("/usr/local/bin")
|
||||
for command in [
|
||||
|
|
Loading…
Reference in a new issue