GnaspGames / Smelt

A CLI tool for Minecraft map makers
http://smelt.gnasp.com
MIT License
19 stars 4 forks source link

Add sub-command to help with config #27

Closed GnaspGames closed 8 years ago

GnaspGames commented 8 years ago

So, one-command <path> [options] will continue to be used (for now). But in addition we could add:

Not sure how all of these will work yet.

GnaspGames commented 8 years ago

TODO:

GnaspGames commented 8 years ago

The three commands are now released, using smelt as the main command. one-command still works for backwards compatibility.

But smelt plugins and smelt config don't really do anything yet.

GnaspGames commented 8 years ago

smelt config --show smelt config --change-local smelt config --change-global

All added in version 0.6.0.

I will deal with smelt plugins as a different issue.