Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fortio/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.3
Choose a base ref
...
head repository: fortio/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 4, 2023

  1. Bump fortio.org/log from 1.9.3 to 1.10.0 (#17)

    Bumps [fortio.org/log](https://github.com/fortio/log) from 1.9.3 to 1.10.0.
    - [Release notes](https://github.com/fortio/log/releases)
    - [Commits](fortio/log@v1.9.3...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: fortio.org/log
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    afbb3ca View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. adding BeforeFlagParseHook() hook (#18)

    * adding BeforeFlagParseHook() hook so programs can call ChangeFlagsDefault() to change some of the default for flags created by cli/scli
    
    * adding checks
    
    * linter fixes
    ldemailly authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    817b712 View commit details
    Browse the repository at this point in the history
  2. call BeforeFlagParseHook early enough for the help to have the correc…

    …t default shown when changed (#19)
    ldemailly authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    99dffe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ccb61c View commit details
    Browse the repository at this point in the history
Loading