Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--version functionality is not working correctly #23

Open
guriandoro opened this issue Dec 10, 2018 · 1 comment
Open

--version functionality is not working correctly #23

guriandoro opened this issue Dec 10, 2018 · 1 comment

Comments

@guriandoro
Copy link
Contributor

For some reason, it is broken now (used to work correctly):

agustin@bm-support01 ~/bin $ mysql_random_data_load --version
FATA[0000] required argument 'database' not provided
agustin@bm-support01 ~/bin $ mysql_random_data_load --version  db
FATA[0000] required argument 'table' not provided
agustin@bm-support01 ~/bin $ mysql_random_data_load --version  db table
FATA[0000] required argument 'rows' not provided
agustin@bm-support01 ~/bin $ mysql_random_data_load --version  db table 23
Version   : v0.1.10
Commit    : 77ba5b493094d79318d941ea45f43268115c7be1
Branch    : master
Build     : 2018-10-10T16:39:41-0300
Go version: go1.11.1
@guriandoro
Copy link
Contributor Author

With previous version:

agustin@bm-support01 ~/bin $ ./mysql_random_data_load-018 --version
Version   : 0.1.8
Commit    : 2fa2149de556939b8a6e849e750a10b01be5ada0
Branch    : master
Build     : 2018-01-20T22:51:57-0300
Go version: go1.9.2

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

No branches or pull requests

1 participant