Изменить https на http в --help сообщении #11

Closed
opened 2025-11-18 10:54:17 +00:00 by private-user · 0 comments
Owner

dm-cli должен использовать по умолчанию http адрес.

Наблюдаемое поведение:

# dm-cli --help
Usage: dm-cli [global] <group> [<args>]

Global options:
  --debug              print debug information, input and output API requests
  --address <ip:port>  address of the bitdeals dm, default: https://127.0.0.1:4999
...

Должно быть

  --address <ip:port>  address of the bitdeals dm, default: http://127.0.0.1:4999
dm-cli должен использовать по умолчанию http адрес. Наблюдаемое поведение: ``` # dm-cli --help Usage: dm-cli [global] <group> [<args>] Global options: --debug print debug information, input and output API requests --address <ip:port> address of the bitdeals dm, default: https://127.0.0.1:4999 ... ``` Должно быть ``` --address <ip:port> address of the bitdeals dm, default: http://127.0.0.1:4999 ```
private-user added the bug label 2025-11-18 10:54:17 +00:00
FD was assigned by private-user 2025-11-18 10:54:17 +00:00
FD referenced this issue from a commit 2025-11-22 10:14:12 +00:00
FD closed this issue 2025-11-22 10:14:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: private/dm-cli#11