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

feat(cli): enable extended client access #285

Merged
merged 8 commits into from
Aug 25, 2023

Commits on Aug 24, 2023

  1. cli: Add CmdOptions argument to CmdInfo.New()

    This will allow commands to get a Pebble client instance through the command struct constructor.
    anpep committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c28ec56 View commit details
    Browse the repository at this point in the history
  2. cli: Fix import whitespace.

    anpep committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9729232 View commit details
    Browse the repository at this point in the history
  3. cli: Minor changes.

    anpep committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d1bf864 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. cli: Minor fixes.

    anpep committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    62a7996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b90695 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50c38be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    099b4c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    933067b View commit details
    Browse the repository at this point in the history