diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-14 13:35:47 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-14 13:35:47 +0200 |
commit | 1582d923e6f3ed6373ecc5bc6ed8bac9b23a3328 (patch) | |
tree | 082a59b49ea91fc2f74321bce52316d470aaed7a /ReleaseNotes.adoc | |
parent | cc2a6db3351c63c8ab6074db6275756a635727e9 (diff) | |
download | weechat-1582d923e6f3ed6373ecc5bc6ed8bac9b23a3328.zip |
core: use getopt to parse command line arguments
Multiple options can now be given in a single flag, for example:
weechat -ast
Following formats were allowed for command line argument with a value:
weechat -d /tmp/weechat
weechat --dir /tmp/weechat
Now these extra formats are supported as well:
weechat -d/tmp/weechat
weechat --dir=/tmp/weechat
Diffstat (limited to 'ReleaseNotes.adoc')
0 files changed, 0 insertions, 0 deletions