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: meshde/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.
  • 10 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 21, 2019

  1. Make option flags available in completion even if prev word is anothe…

    …r option
    
    Fix #136 for Bash
    meshde authored and dbieber committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    361760e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2465cf7 View commit details
    Browse the repository at this point in the history
  3. Fix #136 for Fish

    meshde authored and dbieber committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    0738229 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43942da View commit details
    Browse the repository at this point in the history
  5. Ensure module flags appear before a func or after its args

    After a function is entered as a subcommand, the completion shows both
    function args and module flags. But if a module flag is entered
    following a function or its args, the function args are no longer shown
    in completion suggestion.
    meshde authored and dbieber committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    2381503 View commit details
    Browse the repository at this point in the history
  6. Update TabCompletionTest

    meshde authored and dbieber committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    f558ebc View commit details
    Browse the repository at this point in the history
  7. Minor Correction in completion_test

    meshde authored and dbieber committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    708b2cc View commit details
    Browse the repository at this point in the history
  8. Fix iterating through a command more than once while generating its c…

    …ompletion script code
    meshde authored and dbieber committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c01b011 View commit details
    Browse the repository at this point in the history
  9. pylint fixes

    meshde authored and dbieber committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    1fd2424 View commit details
    Browse the repository at this point in the history
  10. Minor fix

    meshde authored and dbieber committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    da780bc View commit details
    Browse the repository at this point in the history
Loading