Skip to content

fix!: Update command line options#27

Merged
kesara merged 2 commits into
ietf-tools:mainfrom
kesara:fix/update-cmd-options
Jul 13, 2022
Merged

fix!: Update command line options#27
kesara merged 2 commits into
ietf-tools:mainfrom
kesara:fix/update-cmd-options

Conversation

@kesara

@kesara kesara commented Jul 13, 2022

Copy link
Copy Markdown
Member

Fixes #16

Updated commandline options:

usage: iddiff [-h] [--side-by-side | -w] [-t] [-c CONTEXT_LINES] [-s]
              [--version]
              file1 file2

Internet-Draft diff tool

positional arguments:
  file1                 first file to compare
  file2                 second file to compare

optional arguments:
  -h, --help            show this help message and exit
  --side-by-side        side by side difference (default)
  -w, --wdiff           produce word difference
  -s, --skip-whitespace
                        skip multilines with only whitespace
  --version             show program's version number and exit

side by side options:
  -t, --table-only      produce only a HTML table
  -c CONTEXT_LINES, --context-lines CONTEXT_LINES
                        set number of context lines (set to 0 for no context)
                        (default 8)

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #27 (3d2f1b1) into main (97e27e3) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          120       122    +2     
=========================================
+ Hits           120       122    +2     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

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

Impacted Files Coverage Δ
iddiff/iddiff.py 100.00% <100.00%> (ø)

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 97e27e3...3d2f1b1. Read the comment docs.

@kesara kesara merged commit 9e7081d into ietf-tools:main Jul 13, 2022
@kesara kesara deleted the fix/update-cmd-options branch July 13, 2022 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Command-line option documentation

2 participants