Skip to content

Commit 3a1bc84

Browse files
committed
Update __all__ for options.py
1 parent 8626b5f commit 3a1bc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consolekit/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import click
3636
from click import Context, Option
3737

38-
__all__ = ["verbose_option", "version_option", "colour_option"]
38+
__all__ = ["verbose_option", "version_option", "colour_option", "force_option", "no_pager_option"]
3939

4040

4141
def verbose_option(help_text: str = "Show verbose output.") -> Callable:

0 commit comments

Comments
 (0)