GithubHelp home page GithubHelp logo

Comments (6)

czchen avatar czchen commented on May 15, 2024

I guess it is caused by different separators ( for - and \n for others) used in _arguments. Just change - separator to \n can solve the problem. Like the following:

    _arguments "1: :($(kubectl config get-contexts --output='name')
-)"

from kubectx.

ahmetb avatar ahmetb commented on May 15, 2024

Weird, this no longer reproduces on my machine. It was there a few days ago when I had more contexts.

from kubectx.

ahmetb avatar ahmetb commented on May 15, 2024

This is so weird and it only reproduces with the set of contexts listed above.

from kubectx.

ahmetb avatar ahmetb commented on May 15, 2024

I tried multiple things here, like deleting the new line between - and the list:

  8     _arguments "1: :((- $(kubectl config get-contexts --output='name') ))"

adding new line after list, with \:

  8     _arguments "1: :((- \
  9         $(kubectl config get-contexts --output='name') \
 10         ))"

without \:

  8     _arguments "1: :((-
  9         $(kubectl config get-contexts --output='name')
 10         ))"

no luck, the problem still reproduces.

from kubectx.

czchen avatar czchen commented on May 15, 2024

Try the following one? It works on my machine.

    _arguments "1: :(- $(kubectl config get-contexts --output='name'))"

I guess the problem is not \n, but the additional parenthesis.

from kubectx.

ahmetb avatar ahmetb commented on May 15, 2024

You're right! This is working, even with the - and command separated out.

from kubectx.

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.