p-ranav / argparse

Argument Parser for Modern C++
MIT License
2.72k stars 250 forks source link

`--version` prints version without newline #387

Open adisidev opened 1 week ago

adisidev commented 1 week ago

As the title says, here is what that looks like in practice:

root@1c9f52c4b0c0:~/internal/executable# ./cartogram --version
bd7f3c9root@1c9f52c4b0c0:~/internal/executable#

Where bd7f3c9 is my version.

geon6 commented 6 days ago

Can you provide more detailed information?