massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / click / click / globals.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/click/click/globals.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/click/click/globals.pyi
new file mode 100644 (file)
index 0000000..bdf2599
--- /dev/null
@@ -0,0 +1,6 @@
+from click.core import Context
+
+def get_current_context(silent: bool = ...) -> Context: ...
+def push_context(ctx: Context) -> None: ...
+def pop_context() -> None: ...
+def resolve_color_default(color: bool | None = ...) -> bool | None: ...