Freewind
Freewind

Reputation: 198318

What is the definition of the `projects` command in SBT?

In SBT, we can type projects show the projects in a list, but it seems is not a normal task, because inspect projects or show projects will report:

Not a valid project ID: projects (similar: root)

What is the projects and how can I find the definition? I want to see the implementation of it to do some other work.

Upvotes: 1

Views: 44

Answers (1)

Dale Wijnand
Dale Wijnand

Reputation: 6102

It's a command, here the entry point of its implementation.

Upvotes: 1

Related Questions