Description
With this sample fabfile snippet:
class IShowUp:
pass
fab --list will show IShowUp as an available command. It is in principle callable (to construct an object), but I am hard-pressed to think of a case in which one would want to. Seems to me fab --list should exclude classes by default.
Originally submitted by Josh Snyder (josharian) on 2010-10-28 at 09:49am EDT
Relations
Closed as Duplicate on 2010-10-28 at 10:37am EDT