Code Monkey home page Code Monkey logo

Comments (9)

pierrejeambrun avatar pierrejeambrun commented on May 18, 2024 2

He changed the semi column with a semi column followed by a space. It seems to work but I have some weird autocompletion problem after the first argument, I don't know if this is the normal behavior though. (I cannot autocomplete other arguments or path after the first argument is selected)

from python-fire.

GabLeRoux avatar GabLeRoux commented on May 18, 2024 2

I confirm the zsh completion works with zsh on latest commit d44d33d . To test it, this is what I did:

git clone [email protected]:google/python-fire.git
cd python-fire
python setup.py install

Here's a simple example

#!/usr/bin/env python

import fire

class Calculator:

    def add(self, a, b):
        return a + b

    def subtract(self, a, b):
        return a - b

    def multiply(self, a, b):
        return a * b

    def divide(self, a, b):
        return a / b

if __name__ == '__main__':
    fire.Fire(Calculator)

Named it calculator and added it to a folder which is in my PATH, then generated completions like this:

calculator -- --completion > calculator-completion
source calculator-completion

I confirm completions work fine:

CleanShot 2023-12-11 at 22 01 17@2x

CleanShot 2023-12-11 at 22 01 28@2x

from python-fire.

loynoir avatar loynoir commented on May 18, 2024 1

@SedMek

  • Ah, I signed CLA, but later merged iln-sk changes for some extra types, who seems not signed CLA, and PR got blocked by CLA bot.
  • Plus I not using fire now, so I closed that blocked PR.

2faa993

from python-fire.

dbieber avatar dbieber commented on May 18, 2024

I finally resolved this issue by replacing the : in the bash script with :.

I don't follow -- you replaced a colon with a different colon?
It would be great to have zsh support, but I haven't looked into supporting it yet.
(I would also like a single completion script to work for all Fire CLIs, instead of having to generate one per CLI, but that's a bigger task than adding zsh support.)

from python-fire.

llabusch93 avatar llabusch93 commented on May 18, 2024

Hey guys,

is ZSH auto completion support planned?

Thanks for a followup.

from python-fire.

loynoir avatar loynoir commented on May 18, 2024

Ran into same issue.

unrecognized modifier `C'

Solved

from python-fire.

SedMek avatar SedMek commented on May 18, 2024

Thank you @loynoir for attempting to fix the issue, but it seems to me that your PR was closed, thus the problem of completion remains the same.

from python-fire.

bukowa avatar bukowa commented on May 18, 2024

@SedMek

  • Ah, I signed CLA, but later merged iln-sk changes for some extra types, who seems not signed CLA, and PR got blocked by CLA bot.
  • Plus I not using fire now, so I closed that blocked PR.

2faa993

Does not work for me :(

from python-fire.

maximehk avatar maximehk commented on May 18, 2024

The issue that triggered the unrecognized modifier error in ZSH should be fixed at head now. You can try and force re-installing the python-fire package.

pip install --upgrade --force-reinstall python-fire

from python-fire.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.