Coder Social home page Coder Social logo

Comments (6)

retr0h avatar retr0h commented on July 17, 2024

Totally agree.

/cc @bborysenko @abrown-sg

from molecule.

rgreinho avatar rgreinho commented on July 17, 2024

@retr0h Even with a way better command dispatcher to get rid of the if ... elif ... else that you dislike :)

https://github.com/rgreinho/docopt-subcommands-example#find-the-command-to-execute
https://github.com/rgreinho/docopt-subcommands-example/blob/master/main.py#L37-L43

from molecule.

retr0h avatar retr0h commented on July 17, 2024

@retr0h Even with a way better command dispatcher to get rid of the if ... elif ... else that you dislike :)

so sexy

from molecule.

identifystation avatar identifystation commented on July 17, 2024

The challenge we're facing when trying to implement this (which may be a DocOpt bug) is that long arguments don't seem to work in both forms. For example:

--platform=ubuntu WORKS
--platform ubuntu FAILS

The expected behavior is that both will work in DocOpt, however we've been unable to find a workaround with Remy's subcommand pattern that support this.

#81 implements as much of this as possible, however, by moving commands into individual classes. This is a win regardless since it's a significant simplification over what we were using previously. It will also be easy to drop in DocOpt subcommand support once the bug is resolved.

from molecule.

rgreinho avatar rgreinho commented on July 17, 2024

I filed an issue upstream: docopt/docopt#305.

from molecule.

rgreinho avatar rgreinho commented on July 17, 2024

@abrown-sg There was a mistake in my tutorial (that I fixed), and now the parameters for the arguments work both with and without the equal sign.

Basically there need to be an ellipsis ('...') after the args (looks like [<args>...]), so that the program can have multiple values. The issue was that --platform ubuntu was counted as 2 arguments, but as the ellipsis was not specified, only one argument was allowed.

If you can confirm that it works for your branch as well (I don't think you pushed it, so I could not try myself), then I'll close the issue that I filled upstream.

from molecule.

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.