Skip to content

Commit a2a307f

Browse files
author
ushiboy
committed
Add nmcli.connection.show_all interface to README
1 parent 81494f5 commit a2a307f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,16 @@ Use `active` argument to show only the active profile.
160160
nmcli.connection.show(name: str, show_secrets: bool = False, active: bool = False) -> ConnectionDetails
161161
```
162162

163+
#### nmcli.connection.show_all
164+
165+
Show all connections.
166+
167+
Use `active` argument to show only active connections.
168+
169+
```
170+
nmcli.connection.show_all(active: bool = False) -> List[Connection]
171+
```
172+
163173
#### nmcli.connection.reload
164174

165175
Reload all connection files from disk.

0 commit comments

Comments
 (0)