Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit a2fa354

Browse files
committed
fix: update list_device_providers cli command
1 parent c28c5dd commit a2fa354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/commands/devices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const command: CommandModule<GlobalOptions> = {
112112
}
113113
)
114114
.command(
115-
"list device providers",
115+
"list_device_providers",
116116
"list device providers by provider category (optional)",
117117
(yargs) => {
118118
return yargs.option("provider-category", {

0 commit comments

Comments
 (0)