purduesigbots / pros-cli2

Command Line Interface for managing PROS projects
http://pros.cs.purdue.edu
Mozilla Public License 2.0
13 stars 10 forks source link

Remove depot identifiers from templates #41

Closed edjubuh closed 7 years ago

edjubuh commented 7 years ago

Before this change, a template required a depot name be specified. This doesn't make any sense in the context of a template, since templates shouldn't have any knowledge of their originating depot.

Since the template object does need to know what its originating depot is, we needed to insert that information when we scan for local templates.