diff --git a/docs/onboardme/screenshots/help_text.svg b/docs/onboardme/screenshots/help_text.svg index 32226889..6fdb0a99 100644 --- a/docs/onboardme/screenshots/help_text.svg +++ b/docs/onboardme/screenshots/help_text.svg @@ -1,4 +1,4 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + - term + term - + - -                                                               ☁️  OnBoardMe 💻 -Get your daily driver just the way you like it, from textformatting, and dot files to opensource package installation, onboardme intends -to save you time with initializing or upgrading your environment. - -Usage:  onboardme[OPTIONS] - -╭─ ⌥  Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ - --l--log_level LOGLEVELLogging level. Choices: DEBUGINFOWARNERROR Default: WARN.                   - --o--log_file LOGFILEFull path to file to log to, if set.                                              - --s--steps STEPOnly run STEP in the script.                                                      -Choices: dot_filespackagesfont_setupvim_setupneovim_setup -Example: -sdot_files-spackages - --u--git_url URLA git repo URL for your dot files. Default: https://github.com/jessebot/dot_files - --b--git_branch BRANCHBranch to use for the git repo url. Default: main                                 - --O--overwriteOverwrites existing dot files with files from configured --git_url repo.          - --p--pkg_managers PKG_MANAGERSpecific PKG_MANAGER to run. Choices: brewpip3.11 -Example: -pbrew-ppip3.11 - --g--pkg_groups PKG_GROUPPackage groups to install. Choices: defaultdevopsguigaming -Example: -gdevops-ggaming - --f--firewallSetup iptables (on linux only).                                                   - --r--remote_host IP_ADDRSetup SSH on a random port & add IP_ADDR to firewall                              - ---versionPrint the version of onboardme.                                                   - ---helpShow this message and exit.                                                       -╰─────────────────────────────────────────────────────────────────────────────────────────────────  ♥ docs: jessebot.github.io/onboardme─╯ + +                                         ☁️  OnBoardMe 💻 +Get your daily driver just the way you like it, from textformatting, and dot files to +opensource package installation, onboardme intends to save you time with initializing or +upgrading your environment. + +Usage:  onboardme[OPTIONS] + +╭─ ⌥  Options ────────────────────────────────────────────────────────────────────────────────╮ + +-l--log_level LOGLEVELLogging level. Choices: debuginfowarnerror +Default: warn + +-o--log_file LOGFILEFull path to file to log to, if set.                         + +-s--steps STEPOnly run STEP in the script.                                 +Choices: dot_filespackagesfont_setupvim_setup,         +neovim_setupsudo_setup +Example: -sdot_files-spackages + +-u--git_url URLA git repo URL for your dot files. Default:                  +https://github.com/jessebot/dot_files + +-b--git_branch BRANCHBranch to use for the git repo url. Default: main            + +-O--overwriteOverwrites existing dot files with files from configured     +--git_url repo.                                              + +-p--pkg_managers PKG_MANAGERSpecific PKG_MANAGER to run. Choices: brewpip3.11 +Example: -pbrew-ppip3.11 + +-g--pkg_groups PKG_GROUPPackage groups to install.                                   +Choices: defaultdevopsguigaming +Example: -gdevops-ggaming + +-f--firewallSetup iptables (on linux only).                              + +-r--remote_host IP_ADDRSetup SSH on a random port & add IP_ADDR to firewall         + +--versionPrint the version of onboardme (0.15.16)                     + +--helpShow this message and exit.                                  +╰─────────────────────────────────────────────────────  ♥ docs: jessebot.github.io/onboardme─╯ diff --git a/onboardme/help_text.py b/onboardme/help_text.py index f6a2aacd..281e9ab9 100755 --- a/onboardme/help_text.py +++ b/onboardme/help_text.py @@ -68,7 +68,7 @@ def options_help(): '\nExample: [switch]-p[/] [meta]brew[/] [switch]-p[/] [meta]pip3.11', 'pkg_groups': - f"Package groups to install. {pkg_group_choices}\nExample:" + f"Package groups to install.\n{pkg_group_choices}\nExample:" " [switch]-g[/] [meta]devops[/] [switch]-g[/switch] [meta]gaming", 'remote_host':