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

mure list displays the list of repositories managed by mure #98

Merged
merged 4 commits into from
Jan 14, 2023

Conversation

kitsuyui
Copy link
Owner

mure list displays the list of repositories managed by mure.
If you add the --path option, it displays the repository path.
If you add the --full option, it displays the full path of the repository.

$ mure list
mure
rust-playground
ml-playground
happy-commit
$ mure list --path
/Users/yui/.dev/mure
/Users/yui/.dev/rust-playground
/Users/yui/.dev/ml-playground
/Users/yui/.dev/happy-commit
$ mure list --path --full
/Users/yui/.dev/repo/github.com/kitsuyui/mure
/Users/yui/.dev/repo/github.com/kitsuyui/rust-playground
/Users/yui/.dev/repo/github.com/kitsuyui/ml-playground
/Users/yui/.dev/repo/github.com/kitsuyui/happy-commit
$ mure list --full
kitsuyui/mure
kitsuyui/rust-playground
kitsuyui/ml-playground
kitsuyui/happy-commit

`mure list` displays the list of repositories managed by `mure`.
If you add the `--path` option, it displays the repository path.
If you add the `--full` option, it displays the full path of the repository.

```sh
$ mure list
mure
rust-playground
ml-playground
happy-commit
```

```sh
$ mure list --path
/Users/yui/.dev/mure
/Users/yui/.dev/rust-playground
/Users/yui/.dev/ml-playground
/Users/yui/.dev/happy-commit
```

```sh
$ mure list --path --full
/Users/yui/.dev/repo/github.com/kitsuyui/mure
/Users/yui/.dev/repo/github.com/kitsuyui/rust-playground
/Users/yui/.dev/repo/github.com/kitsuyui/ml-playground
/Users/yui/.dev/repo/github.com/kitsuyui/happy-commit
```

```sh
$ mure list --full
kitsuyui/mure
kitsuyui/rust-playground
kitsuyui/ml-playground
kitsuyui/happy-commit
```
`mure list` displays the list of repositories managed by `mure`.
If you add the `--path` option, it displays the repository path.
If you add the `--full` option, it displays the full path of the repository.
@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2023

Codecov Report

Base: 73.64% // Head: 75.31% // Increases project coverage by +1.67% 🎉

Coverage data is based on head (6a0db28) compared to base (425b078).
Patch coverage: 84.53% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #98      +/-   ##
==========================================
+ Coverage   73.64%   75.31%   +1.67%     
==========================================
  Files          13       14       +1     
  Lines         998     1179     +181     
==========================================
+ Hits          735      888     +153     
- Misses        263      291      +28     
Flag Coverage Δ
unittests 75.31% <84.53%> (+1.67%) ⬆️

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

Impacted Files Coverage Δ
src/main.rs 33.98% <42.10%> (+1.83%) ⬆️
src/app/list.rs 88.66% <88.66%> (ø)
src/github/repo.rs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kitsuyui kitsuyui merged commit 6662463 into main Jan 14, 2023
@kitsuyui kitsuyui deleted the mure-list branch January 14, 2023 08:09
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.

2 participants