Skip to content

fab --list should only show functions, not classes #248

@bitprophet

Description

@bitprophet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions