Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

categorize command options #332

Open
nak3 opened this issue Sep 24, 2016 · 1 comment
Open

categorize command options #332

nak3 opened this issue Sep 24, 2016 · 1 comment

Comments

@nak3
Copy link
Contributor

nak3 commented Sep 24, 2016

commands especially torusd have about 20 options. Categorizing them (like etcd below) would be helpful for users.

$ ./bin/etcd -h

  ... 

member flags:
    --name 'default'
        human-readable name for this member.
    --data-dir '${name}.etcd'
        path to the data directory.

       ...

clustering flags:
    --initial-advertise-peer-urls 'http://localhost:2380'
        list of this member's peer URLs to advertise to the rest of the cluster.

       ...
@barakmich
Copy link
Contributor

You've done a good bit of cleanup around those, but I agree. Like etcd, like kubectl, having full help strings for our binaries would be a good idea.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants