Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add command line interface #72

Merged
merged 7 commits into from
Jul 14, 2024

support multiple inputs

4eda21a
Select commit
Loading
Failed to load commit list.
Merged

feat: add command line interface #72

support multiple inputs
4eda21a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 14, 2024 in 0s

0.00% of diff hit (within 100.00% threshold of 84.15%)

View this Pull Request on Codecov

0.00% of diff hit (within 100.00% threshold of 84.15%)

Annotations

Check warning on line 1 in dargs/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/__main__.py#L1

Added line #L1 was not covered by tests

Check warning on line 3 in dargs/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/__main__.py#L3

Added line #L3 was not covered by tests

Check warning on line 6 in dargs/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/__main__.py#L5-L6

Added lines #L5 - L6 were not covered by tests

Check warning on line 1 in dargs/_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/_test.py#L1

Added line #L1 was not covered by tests

Check warning on line 3 in dargs/_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/_test.py#L3

Added line #L3 was not covered by tests

Check warning on line 5 in dargs/_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/_test.py#L5

Added line #L5 was not covered by tests

Check warning on line 8 in dargs/_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/_test.py#L8

Added line #L8 was not covered by tests

Check warning on line 10 in dargs/_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/_test.py#L10

Added line #L10 was not covered by tests

Check warning on line 23 in dargs/_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/_test.py#L23

Added line #L23 was not covered by tests

Check warning on line 1 in dargs/check.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/check.py#L1

Added line #L1 was not covered by tests

Check warning on line 3 in dargs/check.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/check.py#L3

Added line #L3 was not covered by tests

Check warning on line 6 in dargs/check.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/check.py#L6

Added line #L6 was not covered by tests

Check warning on line 31 in dargs/check.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/check.py#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 35 in dargs/check.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/check.py#L33-L35

Added lines #L33 - L35 were not covered by tests

Check warning on line 1 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L1

Added line #L1 was not covered by tests

Check warning on line 6 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L3-L6

Added lines #L3 - L6 were not covered by tests

Check warning on line 9 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L8-L9

Added lines #L8 - L9 were not covered by tests

Check warning on line 12 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L12

Added line #L12 was not covered by tests

Check warning on line 20 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L20

Added line #L20 was not covered by tests

Check warning on line 24 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 29 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L29

Added line #L29 was not covered by tests

Check warning on line 36 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L36

Added line #L36 was not covered by tests

Check warning on line 43 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L43

Added line #L43 was not covered by tests

Check warning on line 49 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L49

Added line #L49 was not covered by tests

Check warning on line 55 in dargs/cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dargs/cli.py#L55

Added line #L55 was not covered by tests