diff piecrust/commands/base.py @ 103:028df35a690e 2.0.0-alpha4

Fix using `chef` outside of a website.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 15 Sep 2014 08:11:56 -0700
parents 8703be118430
children c2ca72fb7f0b
line wrap: on
line diff
--- a/piecrust/commands/base.py	Mon Sep 15 08:03:07 2014 -0700
+++ b/piecrust/commands/base.py	Mon Sep 15 08:11:56 2014 -0700
@@ -69,6 +69,7 @@
         super(HelpCommand, self).__init__()
         self.name = 'help'
         self.description = "Prints help about PieCrust's chef."
+        self.requires_website = False
         self._topic_providers = []
 
     @property