GithubHelp home page GithubHelp logo

Comments (4)

mbryzek avatar mbryzek commented on July 26, 2024

@AlexK-IL - would you mind clarifying what you are trying to do? For contract, my typical workflow is to cd ~/code/foo; apidoc update

but from what you described, sounds like you want to run apidoc update once and have it update multiple projects?

from apibuilder-cli.

alexkubica avatar alexkubica commented on July 26, 2024

Nope, that's not what I meant.
I would like to have multiple directories as the input for apidoc.

from apibuilder-cli.

mbryzek avatar mbryzek commented on July 26, 2024

Does your directory structure look like:

  dir1/.apidoc
  dir2/.apidoc

And if so, is your intent to be able to run

apidoc --input dir1/ --input dir2/

or similar command and have it be equivalent to:

  cd dir1 && apidoc update
  cd dir2 && apidoc update

from apibuilder-cli.

alexkubica avatar alexkubica commented on July 26, 2024

Yes that is right.
apidoc --input dir1/ dir2/ would also be nice instead of putting --input more than once.

from apibuilder-cli.

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.