view chef.py @ 341:bd726306d4dc

chef: Add a `--config-set` option to set ad-hoc site configuration settings.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 06 Apr 2015 20:19:45 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()