Skip to content
Snippets Groups Projects
Commit f6370335 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Replace gopt with getopt_long()

getopt_long() is available on all supported platforms.
Get rid of legacy gopt and use getopt_long().

Incompatible changes:

 * `tarantool --version --no-such-option` printed
    "unrecognized option '--no-such-option'", now it displays version.
    `tarantool --no-such-option --version` still prints an error message.

Needed for #1265
parent e3c5fde4
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment