Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-interactive mode #252

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 23, 2024

  1. Non-interactive mode

    danielgtaylor#238
    
    Pass in []string which replaces the os.Args[], io.Writers to optionally redirect Stdout and Stderr, and optionally pass in an authentication token override.
    loic-alleyne committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2d4b947 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. args parsing fix

    loic-alleyne committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9259c03 View commit details
    Browse the repository at this point in the history
  2. add configurable appname

    to allow separate config for embedded and native restish on same system
    loic-alleyne committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4344d61 View commit details
    Browse the repository at this point in the history
  3. fix args+flags

    loic-alleyne committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8299eca View commit details
    Browse the repository at this point in the history
  4. simplified arg+flag passing

    reverted cli.go to original, no need for separate Run() for embedded since cli package exports Root, Stdout and Stderr.
    loic-alleyne committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7559ab5 View commit details
    Browse the repository at this point in the history