glittershark / projectionist

Command-line interface to the .projections.json format
MIT License
33 stars 1 forks source link

Handle singleton projections #8

Closed glittershark closed 10 years ago

glittershark commented 10 years ago

If there's a projection of the form:

{
    "README.md": { "type": "readme" }
}

The user should be able to edit it with prj edit readme, but currently it'll fail because of an invalid number of arguments.