Skip to content

Commit 9b38aa6

Browse files
committed
modernize missing-ssh-extras message
1 parent b3385a1 commit 9b38aa6

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
Unreleased
1+
Upcoming Release (TBD)
2+
======================
3+
4+
Bug Fixes
5+
--------
6+
* Improve missing ssh-extras message.
7+
8+
9+
1.37.1 (2025/07/28)
210
======================
311

412
Internal
@@ -7,6 +15,7 @@ Internal
715
* Align LICENSE with SPDX format.
816
* Fix deprecated `license` specification format in `pyproject.toml`.
917

18+
1019
1.37.0 (2025/07/28)
1120
======================
1221

mycli/packages/paramiko_stub/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ def __getattr__(self, name: str) -> None:
1515

1616
print(
1717
dedent("""
18-
To enable certain SSH features you need to install paramiko and sshtunnel:
18+
To enable certain SSH features you need to install ssh extras:
1919
20-
pip install paramiko sshtunnel
20+
pip install 'mycli[ssh]'
2121
22-
It is required for the following configuration options:
22+
This is required for the following command-line arguments:
2323
--list-ssh-config
2424
--ssh-config-host
2525
--ssh-host

0 commit comments

Comments
 (0)