Skip to content

Commit

Permalink
try to update onboardme to the latest (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored May 8, 2024
1 parent 7eb2d9a commit d201f58
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions onboardme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,17 @@ def setup_logger(level="", log_file=""):
is_flag=True,
help=HELP['version'],
default=False)
def main(log_level, log_file,
def main(log_level,
log_file,
steps,
git_url, git_branch, git_config_dir, overwrite,
pkg_managers, pkg_groups,
firewall, remote_host,
git_url,
git_branch,
git_config_dir,
overwrite,
pkg_managers,
pkg_groups,
firewall,
remote_host,
no_upgrade,
version) -> bool:
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onboardme"
version = "1.9.0"
version = "1.9.1"
description = "Install dot files and packages, including a base mode with sensible defaults to run on most computers running Debian based distros or macOS."
authors = [
"Jesse Hitch <[email protected]>",
Expand Down

0 comments on commit d201f58

Please sign in to comment.