Concordium / concordium-client

A command line client to interact with the concordium-node
Apache License 2.0
8 stars 6 forks source link

Remove hiding of options via SHOW_ALL_OPTS #253

Closed abizjak closed 11 months ago

abizjak commented 1 year ago

Description

Currently the client hides a few options behind SHOW_ALL_OPTS environment variable. This was originally done to not confuse users, but the options that are hidden are now documented and sometimes needed. So we should remove this hiding and remove the use of SHOW_ALL_OPTS.

abizjak commented 11 months ago

Fixed by https://github.com/Concordium/concordium-client/pull/277