Giter Club home page Giter Club logo

Comments (6)

jmlopez-rod avatar jmlopez-rod commented on July 18, 2024 1

I found some bash reference on complete and the -o option got my attention:

-o comp-option

The comp-option controls several aspects of the compspec’s behavior beyond the simple generation of completions. comp-option may be one of:

bashdefault
Perform the rest of the default Bash completions if the compspec generates no matches.
default
Use Readline’s default filename completion if the compspec generates no matches.

It seems that adding the bashdefault option fixes the problem:

complete -o default -o bashdefault -D -F _python_argcomplete_global

Now it completes the environment variables as well.

from argcomplete.

kislyuk avatar kislyuk commented on July 18, 2024

Thank you for your contribution. I wasn't aware of the difference, and see no reason not to add -o bashdefault.

Released in v0.6.6, please give it a try.

from argcomplete.

jmlopez-rod avatar jmlopez-rod commented on July 18, 2024

Good to know, I hope this doesn't cause any other side effects. I have been testing it with my scripts and my regular use of bash and everything seems to work. Thank you.

from argcomplete.

jiasli avatar jiasli commented on July 18, 2024

register-python-argcomplete is not using -o bashdefault by default:

complete_options = '-o nospace -o default' if use_defaults else '-o nospace'

Although it can be overridden with --complete-arguments, maybe we can include -o bashdefault for individual command registration as well?

from argcomplete.

evanunderscore avatar evanunderscore commented on July 18, 2024

Thank you for reporting @jiasli. This appears to be an oversight. Would you like to submit a PR?

from argcomplete.

jiasli avatar jiasli commented on July 18, 2024

Sure. With pleasure!

from argcomplete.

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.