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

Added verbosity flag (-v) for cp, mv and rm commands #1129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

added verbosity flag (-v) for cp, mv and rm commands

1e3df2a
Select commit
Failed to load commit list.
Open

Added verbosity flag (-v) for cp, mv and rm commands #1129

added verbosity flag (-v) for cp, mv and rm commands
1e3df2a
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Aug 28, 2023 in 1s

55.17% of diff hit (target 97.19%)

View this Pull Request on Codecov

55.17% of diff hit (target 97.19%)

Annotations

Check warning on line 34 in shell.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

shell.js#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 41 in shell.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

shell.js#L41

Added line #L41 was not covered by tests

Check warning on line 43 in shell.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

shell.js#L43

Added line #L43 was not covered by tests

Check warning on line 90 in src/cp.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cp.js#L90

Added line #L90 was not covered by tests

Check warning on line 117 in src/cp.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cp.js#L117

Added line #L117 was not covered by tests

Check warning on line 107 in src/mv.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/mv.js#L107

Added line #L107 was not covered by tests

Check warning on line 38 in src/rm.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rm.js#L38

Added line #L38 was not covered by tests

Check warning on line 67 in src/rm.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rm.js#L67

Added line #L67 was not covered by tests

Check warning on line 109 in src/rm.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rm.js#L109

Added line #L109 was not covered by tests

Check warning on line 129 in src/rm.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rm.js#L129

Added line #L129 was not covered by tests

Check warning on line 143 in src/rm.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rm.js#L143

Added line #L143 was not covered by tests

Check warning on line 164 in src/rm.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/rm.js#L164

Added line #L164 was not covered by tests