insomniacslk / irc-slack

IRC-to-Slack gateway
BSD 3-Clause "New" or "Revised" License
192 stars 19 forks source link

Do not sort command line flags #147

Closed insomniacslk closed 3 years ago

insomniacslk commented 3 years ago

pflag by default sorts the command line flags. In irc-slack some flags are related and should be shown together, which is possible by removing flag sorting.

Signed-off-by: Andrea Barberio insomniac@slackware.it

codecov[bot] commented 3 years ago

Codecov Report

Merging #147 (f6a3916) into master (7e2aab9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #147   +/-   ##
======================================
  Coverage    7.17%   7.17%           
======================================
  Files           8       8           
  Lines         948     948           
======================================
  Hits           68      68           
  Misses        877     877           
  Partials        3       3           
Flag Coverage Δ
unittest 7.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7e2aab9...f6a3916. Read the comment docs.