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: google/python-fire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: monkut/python-fire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 2 files changed
  • 1 contributor

Commits on May 23, 2017

  1. Attempt to make output formatter user-definable.

    monkut committed May 23, 2017
    Configuration menu
    Copy the full SHA
    8468315 View commit details
    Browse the repository at this point in the history
  2. Changing formatter signiture, so that only the result object is is …

    …passed.
    monkut committed May 23, 2017
    Configuration menu
    Copy the full SHA
    8094595 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

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

Commits on Jul 5, 2017

  1. fixing verbose reference

    monkut committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    d2b0dc0 View commit details
    Browse the repository at this point in the history
  2. updating so that package name is used for Usage display when file bei…

    …ng run is '__main__.py'
    
    (uses filepath of __main__.py to determine the package name)
    monkut committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    ea3c57d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2ae69d View commit details
    Browse the repository at this point in the history
  4. updating to include display fields on usage display to ignore unneces…

    …sary field output.
    monkut committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    c5f36a6 View commit details
    Browse the repository at this point in the history
Loading