We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8c1f1a + 7084a18 commit 2f7984fCopy full SHA for 2f7984f
src/labelle/cli/cli.py
@@ -123,8 +123,7 @@ def default(
123
"--device",
124
help=(
125
"Select a particular device by filtering for a given substring "
126
- "in the device's manufacturer, product or serial number. Call "
127
- "with 'list' to list all available devices."
+ "in the device's manufacturer, product or serial number"
128
),
129
rich_help_panel="Device Configuration",
130
@@ -243,9 +242,6 @@ def default(
243
242
# Neither --verbose flag nor the environment variable is set.
244
set_not_verbose()
245
246
- if device_pattern == ["list"]:
247
- list_devices()
248
-
249
# read config file
250
try:
251
font_path = get_font_path(font=font, style=style)
0 commit comments