Skip to content

Small Improvement #126

Open
Open
@ReinhardKeil

Description

@ReinhardKeil

Not sure if this is easy or not, as Python has it's own way to create help output.

Instead of

>python sdsio-server.py
usage: sdsio-server.py [-h] [--verbose] {socket,serial,usb} ...
sdsio-server.py: error: the following arguments are required: server_type

Output

>python sdsio-server.py
usage: sdsio-server.py [-h] [--verbose] {socket | serial | usb} [options]
sdsio-server.py: error: server-type specification is required: {socket | serial | usb}

Command line syntax conventions are here
https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/command-line-syntax-key

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions