Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

main.go should have better output  #22

@dbmurphy

Description

@dbmurphy

So I am working on a better password handler for the go replay system and notice the --help output is painful.

I propose we switch to something a little nicer.
OLD:
screen shot 2015-06-26 at 5 30 10 pm

NEW:
screen shot 2015-06-26 at 5 30 31 pm

NEW with "real" sub-command:
screen shot 2015-06-26 at 5 35 17 pm

This was just a mockup with kingpin, but use groups and subcommands seems like it would be nicer , since so many options are for real vs stress testing.

These were added by my patch, so dont worry about them yet ;)
--auth Enable Auth mode
--authdb="admin" Database to authenticate against! If --auth used.
--username=USERNAME Username to authenticate with if --auth used.
--password=PASSWORD Password to authenticate with if --auth used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions