Skip to content

Commit

Permalink
feat: added archive binary filtering by executability permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Apr 15, 2023
1 parent 7fca95b commit 02c4956
Show file tree
Hide file tree
Showing 11 changed files with 591 additions and 503 deletions.
4 changes: 3 additions & 1 deletion nanolayer/cli/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ def install_aptitude_packages(
@app.command("gh-release")
def install_gh_release_binary(
repo: str,
binary_names: str = typer.Argument(None, help="comma separated list of binary names"),
binary_names: str = typer.Argument(
None, help="comma separated list of binary names"
),
version: str = "latest",
lib_name: Optional[str] = None,
asset_regex: Optional[str] = None,
Expand Down
Loading

0 comments on commit 02c4956

Please sign in to comment.