Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line interface to get the DUB file information #599

Closed
ghost opened this issue Jun 22, 2015 · 1 comment
Closed

Command line interface to get the DUB file information #599

ghost opened this issue Jun 22, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 22, 2015

for example:

  • get the executable name that dub would produce when calling filename.json

    dub filename.json --getoutputfname

  • get the count of configuration in the filename.json

    dub filename.json --getConfigurationCount

  • get the name of the first configuration in the filename.json

    dub filename.json --getConfigurationName=0

  • get the sources files

    dub filename.json --getSourceCount
    dub filename.json --getSource=0/1/2...
    dub filename.json --getSources

etc...

A full command line interface to get some particular info.
DUB would then output the info to stdout...

@s-ludwig
Copy link
Member

This is essentially an extended dub describe command. See #572 for some work in that direction.

@ghost ghost closed this as completed Sep 19, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant