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

Make *cli.Context implement context.Context by renaming Value #1597

Open
wants to merge 268 commits into
base: v2-maint
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 2, 2022

  1. Tidy up top-level go.mod

    meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    d8de3b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5313eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67b3de0 View commit details
    Browse the repository at this point in the history
  4. Use goimports as formatting standard

    given some disagreement with gofmt that seems to have shown up in 1.19
    meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    cbc7f1a View commit details
    Browse the repository at this point in the history
  5. Shift supported go versions

    and approve word-wrapping changes to godoc
    meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    76bb9f1 View commit details
    Browse the repository at this point in the history
  6. split v1 docs into individual pages

    hay-kot authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    1ae70fc View commit details
    Browse the repository at this point in the history
  7. breakup v2 documentation

    hay-kot authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    edaf885 View commit details
    Browse the repository at this point in the history
  8. update sidebar configuration

    hay-kot authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    18f8e6d View commit details
    Browse the repository at this point in the history
  9. add tags plugin

    hay-kot authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    7cfafe8 View commit details
    Browse the repository at this point in the history
  10. add tags and boost for pages

    hay-kot authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    8036eac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d217a5a View commit details
    Browse the repository at this point in the history
  12. pass in correct root

    hay-kot authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    87f003f View commit details
    Browse the repository at this point in the history
  13. rename filename to dirPath

    hay-kot authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    2b1a8ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    42d8058 View commit details
    Browse the repository at this point in the history
  15. Rename function

    dearchap authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    42eb492 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    78dac9c View commit details
    Browse the repository at this point in the history
  17. Remove debug println

    dearchap authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    3c6588c View commit details
    Browse the repository at this point in the history
  18. Revert godoc changes

    dearchap authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    f515798 View commit details
    Browse the repository at this point in the history
  19. Add configurable Base to int, uint and uint64 flags

    This allows users to configure the basis for integer parsing.
    ccremer authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    382386a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9de6fa4 View commit details
    Browse the repository at this point in the history
  21. fix: update test case

    Gerrard-YNWA authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    9092325 View commit details
    Browse the repository at this point in the history
  22. adding in boolean alias support

    james-prysm authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    e0db267 View commit details
    Browse the repository at this point in the history
  23. adding string alias and test

    james-prysm authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    50bbb4a View commit details
    Browse the repository at this point in the history
  24. adding int alias and test

    james-prysm authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    5a5789a View commit details
    Browse the repository at this point in the history
  25. add support for duration flag

    james-prysm authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    c512a28 View commit details
    Browse the repository at this point in the history
  26. adding float flag alias support

    james-prysm authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    126d238 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9630e10 View commit details
    Browse the repository at this point in the history
  28. fixing test

    james-prysm authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    9a33ae8 View commit details
    Browse the repository at this point in the history
  29. Modify nesting flag apply

    Dokiy authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    d520bfc View commit details
    Browse the repository at this point in the history
  30. Update v2 dead link

    abousselmi authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    445734d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b539ee7 View commit details
    Browse the repository at this point in the history
  32. Change way to calculate offset

    dearchap authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    d89bc4a View commit details
    Browse the repository at this point in the history
  33. Make test case more robust

    dearchap authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    96e41a6 View commit details
    Browse the repository at this point in the history
  34. Remove add function

    dearchap authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    e48d377 View commit details
    Browse the repository at this point in the history
  35. Add comment

    dearchap authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    321d493 View commit details
    Browse the repository at this point in the history
  36. Add App.UnknownFlagHandler

    icholy authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    6331815 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e19a34c View commit details
    Browse the repository at this point in the history
  38. Traverse parent contexts

    icholy authored and meatballhat committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    4bce542 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Merge pull request urfave#1511 from urfave/v3-docs-off

    Turn off docs publishing from v3 series
    meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a529996 View commit details
    Browse the repository at this point in the history
  2. Merge pull request urfave#1494 from urfave/v3-mod-bump

    Bump declared module and internal usage to `/v3/`
    meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    bd44c95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68cd3e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d34a232 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1446649 View commit details
    Browse the repository at this point in the history
  6. Update cli.yml

    Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
    sashashura authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e57f53b View commit details
    Browse the repository at this point in the history
  7. Update version of codecov action

    given errors seen in other PRs using v2
    meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8609031 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31edfd6 View commit details
    Browse the repository at this point in the history
  9. Add a few notes to release docs

    about the relationship to proxy.golang.org and automatically generated
    release notes.
    meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    eea567a View commit details
    Browse the repository at this point in the history
  10. Add count option for bool flags

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    03487fc View commit details
    Browse the repository at this point in the history
  11. Merge changes onto latest main

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2941bc8 View commit details
    Browse the repository at this point in the history
  12. Remove go changes

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c4251de View commit details
    Browse the repository at this point in the history
  13. Update for build

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2b0db3b View commit details
    Browse the repository at this point in the history
  14. Merge main and run tidy

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c0a2866 View commit details
    Browse the repository at this point in the history
  15. Rebase main

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2f082d6 View commit details
    Browse the repository at this point in the history
  16. Add to docs

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2f66431 View commit details
    Browse the repository at this point in the history
  17. Update docs

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b694a25 View commit details
    Browse the repository at this point in the history
  18. Update godocs

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cbd62ef View commit details
    Browse the repository at this point in the history
  19. Add args

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3adf8fa View commit details
    Browse the repository at this point in the history
  20. Update docs/v2/examples/flags.md

    Co-authored-by: Dan Buch <dan@meatballhat.com>
    dearchap and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    fa3bbf9 View commit details
    Browse the repository at this point in the history
  21. Add context.Count

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c0a8506 View commit details
    Browse the repository at this point in the history
  22. Add parametrize tests

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    6b0a3e8 View commit details
    Browse the repository at this point in the history
  23. Add countable interface

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a509290 View commit details
    Browse the repository at this point in the history
  24. Remove keystroke errors

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d58b3c7 View commit details
    Browse the repository at this point in the history
  25. Merge changes from main

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    fdcbf28 View commit details
    Browse the repository at this point in the history
  26. Rebase

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0764ca2 View commit details
    Browse the repository at this point in the history
  27. Fix tests per latest main

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7097d0e View commit details
    Browse the repository at this point in the history
  28. Fix formatting

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7405a90 View commit details
    Browse the repository at this point in the history
  29. Merge from main

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9bcffd0 View commit details
    Browse the repository at this point in the history
  30. Add coverage threshold

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2a5960c View commit details
    Browse the repository at this point in the history
  31. Add additional test to fix codecov

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5b96605 View commit details
    Browse the repository at this point in the history
  32. Add additional test to fix codecov

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9c5b385 View commit details
    Browse the repository at this point in the history
  33. Set codecov status thresholds to 5%

    and rename file to be less dotty
    meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    0658d61 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e13c16b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8e3fa06 View commit details
    Browse the repository at this point in the history
  36. Move more functionality into internal/build/build.go

    and use make targets in CI, pass flag spec YAML through yq
    
    includes result of running `make v2approve`
    meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8cc0a9c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d9d960a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2bec081 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    0593812 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d6c9f6a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9ed5a09 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1c3ebfa View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d2acd0e View commit details
    Browse the repository at this point in the history
  44. Add unit tests

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e9e87f6 View commit details
    Browse the repository at this point in the history
  45. fix: Context.Set no such flag

    torwang authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a2c3729 View commit details
    Browse the repository at this point in the history
  46. feat: flag action

    xwjdsh authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e2e14ec View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f9ceca5 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d213683 View commit details
    Browse the repository at this point in the history
  49. make v2approve

    xwjdsh authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    1e30f50 View commit details
    Browse the repository at this point in the history
  50. Add more test cases

    xwjdsh authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    126297a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    4c637d8 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    57ff098 View commit details
    Browse the repository at this point in the history
  53. Remove un-needed func

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c2ecb44 View commit details
    Browse the repository at this point in the history
  54. Remove un-needed func

    dearchap authored and meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8ef92d2 View commit details
    Browse the repository at this point in the history
  55. Remove nonexistent phony targets

    so that running `make` or `make all` only runs targets that exist.
    meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    5db9db6 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    f8faf77 View commit details
    Browse the repository at this point in the history
  57. Point docs tests at v3

    meatballhat committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a851a77 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Merge pull request urfave#1510 from urfave/v3-porting

    Porting to v3
    dearchap committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9166808 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Revert "Remove all flag interfaces"

    This reverts commit 268cb97.
    dearchap committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    1a31a6e View commit details
    Browse the repository at this point in the history
  2. Revert changes

    dearchap committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    cf41aab View commit details
    Browse the repository at this point in the history
  3. Run v2approve

    dearchap committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    662deaa View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    a6f5ca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3bb381 View commit details
    Browse the repository at this point in the history
  3. wrap: Simplify loop logic

    Suggested by @julian7
    abitrolly authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    05fb755 View commit details
    Browse the repository at this point in the history
  4. Run go fmt

    abitrolly authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    e14dca7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4959a9f View commit details
    Browse the repository at this point in the history
  6. Call FlagStringer in String() method of slice flags

    The default help template relies on the String() method of Flag
    to render the flag. For most flag types, String() indirects through
    FlagStringer, so that is the best place to customize flag rendering.
    
    FlagStringer was not called for slice flags because their help output
    differs from other flags in two ways: there can be multiple default
    values, and the flag name is shown two times to indicate that the flag
    can be specified multiple times.
    
    To make multiple values work in the FlagStringer, I simply changed
    GetValue() to return all values.
    
    Showing the flag more than once is achieved through a new interface,
    DocGenerationSliceFlag, which the FlagStringer uses to decide whether
    the flag is a slice flag type.
    fjl authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    82ea9f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65c98c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5057d1 View commit details
    Browse the repository at this point in the history
  9. Set destination in GenericFlag apply function

    The function was missing destination configuration.
    nkuba authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    01bdec7 View commit details
    Browse the repository at this point in the history
  10. Add unit test for GenericFlag Destination parsing

    The test checks if Destination provided in GenericFlag is being set as
    expected.
    nkuba authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    b82e628 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13860a7 View commit details
    Browse the repository at this point in the history
  12. Fix command help subcommand

    dearchap authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ae8c511 View commit details
    Browse the repository at this point in the history
  13. Add test case

    dearchap authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c86805d View commit details
    Browse the repository at this point in the history
  14. Componentize template

    dearchap authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    dccd762 View commit details
    Browse the repository at this point in the history
  15. Update template.go

    Co-authored-by: Anatoli Babenia <anatoli@rainforce.org>
    2 people authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    a4b7759 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a94619 View commit details
    Browse the repository at this point in the history
  17. Remove extra 3 spaces in last line

    dearchap authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ea28930 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    924ebda View commit details
    Browse the repository at this point in the history
  19. Fix failed test

    dearchap authored and meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    fcb0bce View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    83ea416 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    64facdb View commit details
    Browse the repository at this point in the history
  22. Remove duplicate DocGenerationFlag interface

    introduced via merge
    meatballhat committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    9621675 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    6404f1d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Build and run urfave-cli-genflags via its Makefile

    so that `go.mod` files don't get all confused
    meatballhat committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b458207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75aabac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85ff0c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Merge pull request urfave#1525 from urfave/v3-porting

    Porting changes from `main` to `v3-dev-main` (circa 2022-10-09)
    meatballhat committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    25897ce View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    9aa0dd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    874d06d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16c0635 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd3354f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c66d6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63b730e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba1c00e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f68da12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    140c96c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c34fbc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    504ec56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e3a327 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ff6f4b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    38546ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ade08d5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a9bf2e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c19cd38 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5dcfcce View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dc0ad27 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    037f2e0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a210601 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    86c8e26 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5a4235b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e903170 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c6217c3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    edd0171 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    94aa8fa View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b74b095 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2472253 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9916a64 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3c86c6d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    66586eb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6ff66e0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0a0546f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0de6633 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    cc9361c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f28f38d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    110e97b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1ed843e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0f45f18 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    af8fe35 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0420682 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d23a7e4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    fb50ebc View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a1f9917 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f94fffd View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    8bcc404 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    581cfd1 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    8530ea2 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4ac1d33 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    b0e8160 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    1564c86 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    1643a78 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    2a68aa0 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    d3a4181 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    da23da7 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    5e5df7c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    84af977 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    494ff26 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    d80f366 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    c6318ce View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3d52a48 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    8b891ea View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    75f2d1a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    d294a88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e86a2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5ec63b View commit details
    Browse the repository at this point in the history
  4. Merge pull request urfave#1569 from urfave/v3-porting

    Porting `main` to `v3-dev-main` circa 2022-11-06
    meatballhat committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c296830 View commit details
    Browse the repository at this point in the history
  5. Update branch explanations and semver-ish automation

    given move to main as v3
    meatballhat committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    cbad251 View commit details
    Browse the repository at this point in the history
  6. Merge pull request urfave#1572 from urfave/explain-branches

    Update branch explanations and semver-ish automation
    meatballhat committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    766786f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5133e28 View commit details
    Browse the repository at this point in the history
  8. Remove local altsrc and references

    in favor of separate repo at https://github.com/urfave/cli-altsrc
    meatballhat committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9361cba View commit details
    Browse the repository at this point in the history
  9. Merge pull request urfave#1575 from urfave/gha-v3-mode

    Update GitHub Actions events for v3 mode
    meatballhat committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    dbdd5cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12f4cba View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge pull request urfave#1576 from urfave/extern-altsrc

    Remove local altsrc and references
    meatballhat committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    02bba4b View commit details
    Browse the repository at this point in the history
  2. Remove App.Compiled

    Closes urfave#753
    meatballhat committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a05e4d0 View commit details
    Browse the repository at this point in the history
  3. Fix urfave#1570

    remiposo committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    c72542b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge pull request urfave#1579 from urfave/drop-compiled

    Remove App.Compiled
    meatballhat committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    689dfd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    508efc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48e897 View commit details
    Browse the repository at this point in the history
  3. Fix urfave#1570: add testcase

    remiposo committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    53a6baf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6185f5c View commit details
    Browse the repository at this point in the history
  5. godoc

    feedmeapples committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    e3f2cc6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request urfave#1581 from remiposo/remiposo/issue_1570

    Fix: Nested help command has a incorrect HelpName
    dearchap committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    d219eb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Merge pull request urfave#1582 from feedmeapples/allow-disabling-slic…

    …e-separator
    
    Allow disabling slice flag separator
    dearchap committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    eb6cc14 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Update godoc v3 spacing

    feedmeapples committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    babf3b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    904d954 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Merge pull request urfave#1589 from feedmeapples/v3-godoc

    Fix spacing in godoc
    dearchap committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    268bea7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Configuration menu
    Copy the full SHA
    1dd43a7 View commit details
    Browse the repository at this point in the history
  2. Add generics

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    2862b2f View commit details
    Browse the repository at this point in the history
  3. Stage

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    74d5175 View commit details
    Browse the repository at this point in the history
  4. Rebase

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    876fa0f View commit details
    Browse the repository at this point in the history
  5. Add all flags

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    3566f6f View commit details
    Browse the repository at this point in the history
  6. Add FlagConfig

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    328f330 View commit details
    Browse the repository at this point in the history
  7. Rebase

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    8182560 View commit details
    Browse the repository at this point in the history
  8. Fix all tests

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    5398324 View commit details
    Browse the repository at this point in the history
  9. Remove debug log

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    736f770 View commit details
    Browse the repository at this point in the history
  10. Fix go1.18 crash

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    db86d8a View commit details
    Browse the repository at this point in the history
  11. Run make v3approve

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    3936aba View commit details
    Browse the repository at this point in the history
  12. Fix doc tests

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    420e001 View commit details
    Browse the repository at this point in the history
  13. Changes from code review

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    0e6ed53 View commit details
    Browse the repository at this point in the history
  14. Update v3approve

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    0833b92 View commit details
    Browse the repository at this point in the history
  15. Add slice flag support

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    2086bd7 View commit details
    Browse the repository at this point in the history
  16. Fix go1.18 crash

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    b24a04f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c3f7459 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    397a9df View commit details
    Browse the repository at this point in the history
  19. Add config for flags

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    8d49a02 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2d86e0d View commit details
    Browse the repository at this point in the history
  21. Change flag.Value to Value

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    975e8c0 View commit details
    Browse the repository at this point in the history
  22. Add comments

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d9780ea View commit details
    Browse the repository at this point in the history
  23. Add doc updates

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    66f601a View commit details
    Browse the repository at this point in the history
  24. Add doc updates

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    a84e9c5 View commit details
    Browse the repository at this point in the history
  25. Remove getter

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    a192703 View commit details
    Browse the repository at this point in the history
  26. Update flag_slice_impl.go

    Co-authored-by: Dan Buch <dan@meatballhat.com>
    dearchap and meatballhat committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d2185f2 View commit details
    Browse the repository at this point in the history
  27. Update flag_slice_impl.go

    Co-authored-by: Dan Buch <dan@meatballhat.com>
    dearchap and meatballhat committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    8483ecb View commit details
    Browse the repository at this point in the history
  28. Update flag_slice_impl.go

    Co-authored-by: Dan Buch <dan@meatballhat.com>
    dearchap and meatballhat committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    9282d69 View commit details
    Browse the repository at this point in the history
  29. Update flag_slice_impl.go

    Co-authored-by: Dan Buch <dan@meatballhat.com>
    dearchap and meatballhat committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    ba96f19 View commit details
    Browse the repository at this point in the history
  30. Update flag_uint.go

    Co-authored-by: Dan Buch <dan@meatballhat.com>
    dearchap and meatballhat committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    ddede27 View commit details
    Browse the repository at this point in the history
  31. Update flag_uint64.go

    Co-authored-by: Dan Buch <dan@meatballhat.com>
    dearchap and meatballhat committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    b414bd1 View commit details
    Browse the repository at this point in the history
  32. Changes from code review

    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    e2e3aa0 View commit details
    Browse the repository at this point in the history
  33. Merge pull request urfave#1512 from dearchap/use_generics

    First cut at using generics for base flag types
    dearchap committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    aef9126 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6d5d5ef View commit details
    Browse the repository at this point in the history
  35. Run make generate

    marwan-at-work committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    dbeb354 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. CI fix

    marwan-at-work committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    4cc0645 View commit details
    Browse the repository at this point in the history