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

cmd: add exit commands #2934

Merged
merged 16 commits into from
Apr 3, 2024

cmd: add exit commands

9b1c071
Select commit
Loading
Failed to load commit list.
Merged

cmd: add exit commands #2934

cmd: add exit commands
9b1c071
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 11, 2024 in 1s

53.20% of diff hit (target 53.68%)

View this Pull Request on Codecov

53.20% of diff hit (target 53.68%)

Annotations

Check warning on line 55 in cmd/cmd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/cmd.go#L51-L55

Added lines #L51 - L55 were not covered by tests

Check warning on line 41 in cmd/exit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit.go#L32-L41

Added lines #L32 - L41 were not covered by tests

Check warning on line 49 in cmd/exit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit.go#L44-L49

Added lines #L44 - L49 were not covered by tests

Check warning on line 56 in cmd/exit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit.go#L52-L56

Added lines #L52 - L56 were not covered by tests

Check warning on line 83 in cmd/exit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit.go#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 88 in cmd/exit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit.go#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 101 in cmd/exit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit.go#L100-L101

Added lines #L100 - L101 were not covered by tests

Check warning on line 106 in cmd/exit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit.go#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 111 in cmd/exit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit.go#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 39 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L23-L39

Added lines #L23 - L39 were not covered by tests

Check warning on line 47 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L43-L47

Added lines #L43 - L47 were not covered by tests

Check warning on line 87 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 92 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 98 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 103 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 109 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L108-L109

Added lines #L108 - L109 were not covered by tests

Check warning on line 119 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L118-L119

Added lines #L118 - L119 were not covered by tests

Check warning on line 123 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 127 in cmd/exit_fullexit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_fullexit.go#L126-L127

Added lines #L126 - L127 were not covered by tests

Check warning on line 37 in cmd/exit_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_list.go#L21-L37

Added lines #L21 - L37 were not covered by tests

Check warning on line 46 in cmd/exit_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_list.go#L41-L46

Added lines #L41 - L46 were not covered by tests

Check warning on line 53 in cmd/exit_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_list.go#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 62 in cmd/exit_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_list.go#L62

Added line #L62 was not covered by tests

Check warning on line 75 in cmd/exit_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_list.go#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 80 in cmd/exit_list.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/exit_list.go#L79-L80

Added lines #L79 - L80 were not covered by tests