Giter VIP home page Giter VIP logo

Comments (10)

alecthomas avatar alecthomas commented on July 25, 2024 1

It's simply @filename where there is one argument/flag per line. Perhaps the documentation could use some expansion though.

from kingpin.

alecthomas avatar alecthomas commented on July 25, 2024

And use kingpin.ParseWithFileExpansion() instead of kingpin.Parse() to expand automatically.

from kingpin.

dreampuf avatar dreampuf commented on July 25, 2024

@alecthomas Thank you.

# cat config
127.0.0.1
8084

one more question, is that passable to using named arguments ? e.g.

$ cat config
host=127.0.0.1
port=8084

from kingpin.

alecthomas avatar alecthomas commented on July 25, 2024

If by named arguments you mean flags, then yes:

--host=127.0.0.1
--port=8084

If you're talking about positional arguments, then no it does not support naming.

from kingpin.

dreampuf avatar dreampuf commented on July 25, 2024

Thank you !

from kingpin.

swill avatar swill commented on July 25, 2024

Even with this, there is no example for how to actually use a config file. Can someone post a CLI example which uses a config file?

from kingpin.

alecthomas avatar alecthomas commented on July 25, 2024
$ cat flags
--some-flag
--some-other-flag=some arg
$ myapp @flags

from kingpin.

swill avatar swill commented on July 25, 2024

Thanks @alecthomas. :)

I tried this in combination with command line entries and I got the following:

$ cat flags
--some-flag
--some-other-flag=some arg
$ myapp command --pass="xyz" @flags

I got:

$ myapp command --pass="xyz" @flags
panic: runtime error: slice bounds out of range

If I use the @flags, does that mean I can't use the CLI as well?

from kingpin.

alecthomas avatar alecthomas commented on July 25, 2024

This is a known issue (#148). @ support is not great :\

from kingpin.

swill avatar swill commented on July 25, 2024

Ahh. Ok. I had not seen that issue. Thanks.

I am able to get it working now if put all commands and subcommands in the file, but not if I add anything in the command line arguments.

from kingpin.

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.