Delyan Angelov
366c50674c
tooling: add tools/compare_v_performance_between_commits
...
easily compare v performance/size across commits.
* fix eprintln on linux (it now uses stderr, and flushes it).
* flag: cleaner usage information.
2019-09-28 14:17:16 +03:00
Vitor Oliveira
1a099c9284
vlib: fix several typos
2019-09-14 23:54:14 +03:00
Marco Böttcher
c924a6cf00
flag: allow to define flags with abbreviation
...
* flag: allow to check the count of the free args to produce an error
* flag: allow to define flags with abbreviation
flags could be defined to use a single char as abbreviation like
'--output' or '-o'
'--help' or '-h'
2019-08-07 16:52:10 +02:00
Marco Böttcher
ff730b4eb0
flag: allow to check the count of the free args to produce an error
2019-08-06 01:56:42 +02:00
Marco Böttcher
cb9fb66ccf
flag: added a simple command line parser
2019-07-12 15:47:27 +02:00