move config to its own subdir, preparation for #24

This commit is contained in:
Nicholas O'Connor
2017-04-13 15:02:50 -07:00
parent 404076539b
commit fc814d1cb3
9 changed files with 42 additions and 8 deletions

5
src/config/help/config Normal file
View File

@@ -0,0 +1,5 @@
cellar config get <key>
cellar config set <key> <value>
The first command prints the contents of <key> from cellar.json in the active
WINE bottle. The second command sets <key> in the same file to <value>.