Being a CLI app, it would be useful for commands to extend linux command conventions such as
Usage:
my_program command --option
my_program []
my_program --another-option=
my_program (--either-that-option | )
my_program ...

In this case a user with CLI experience may misinterpret and think is an optional parameter in the input
Being a CLI app, it would be useful for commands to extend linux command conventions such as
Usage:
my_program command --option
my_program []
my_program --another-option=
my_program (--either-that-option | )
my_program ...
In this case a user with CLI experience may misinterpret and think is an optional parameter in the input