Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/labelle/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ def default(
"--device",
help=(
"Select a particular device by filtering for a given substring "
"in the device's manufacturer, product or serial number. Call "
"with 'list' to list all available devices."
"in the device's manufacturer, product or serial number"
),
rich_help_panel="Device Configuration",
),
Expand Down Expand Up @@ -243,9 +242,6 @@ def default(
# Neither --verbose flag nor the environment variable is set.
set_not_verbose()

if device_pattern == ["list"]:
list_devices()

# read config file
try:
font_path = get_font_path(font=font, style=style)
Expand Down