Skip to content

Commit bc4fe09

Browse files
author
Teis Johansen
committed
[click-shell] Removed unnecessary fields in ClickCmd
1 parent 2850b84 commit bc4fe09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stubs/click-shell/click_shell/_cmd.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ from typing import Any
44
import click
55

66
class ClickCmd(Cmd):
7-
identchars = ...
8-
nohelp = ...
97
nocommand = ...
108
def __init__(self, ctx: click.Context | None = None, hist_file: str | None = None, *args: Any, **kwargs: Any) -> None: ...
119
def preloop(self) -> None: ...

0 commit comments

Comments
 (0)