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

dev #53

Merged
merged 22 commits into from
Aug 9, 2024
Merged

dev #53

merged 22 commits into from
Aug 9, 2024

Conversation

maxlandon
Copy link
Member

  • Use mvdan/sh for parsing and removing comments
  • Update readline dep
  • Update carapace dependency library
  • Update readline dependency
  • Ensure the completion function is initialized
  • Update completer.go
  • Update carapace to latest
  • Update deps, usability tweaks
  • Add exit command to example and document interrupts
  • Small refactor for flag reset
  • Refactors in run
  • Fix import

@maxlandon maxlandon enabled auto-merge August 9, 2024 06:26
@maxlandon maxlandon merged commit 6eb126c into main Aug 9, 2024
6 checks passed
renovate bot referenced this pull request in jippi/dottie Aug 9, 2024
… go.mod (#71)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/reeflective/console](https://togithub.com/reeflective/console)
| `v0.1.16` -> `v0.1.17` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2freeflective%2fconsole/v0.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2freeflective%2fconsole/v0.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2freeflective%2fconsole/v0.1.16/v0.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2freeflective%2fconsole/v0.1.16/v0.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>reeflective/console (github.com/reeflective/console)</summary>

###
[`v0.1.17`](https://togithub.com/reeflective/console/releases/tag/v0.1.17)

[Compare
Source](https://togithub.com/reeflective/console/compare/v0.1.16...v0.1.17)

#### What's Changed

- Minor usability tweaks by
[@&#8203;maxlandon](https://togithub.com/maxlandon) in
[https://github.com/reeflective/console/pull/51](https://togithub.com/reeflective/console/pull/51)
- Exit command, interrupt doc fix by
[@&#8203;maxlandon](https://togithub.com/maxlandon) in
[https://github.com/reeflective/console/pull/52](https://togithub.com/reeflective/console/pull/52)
- dev by [@&#8203;maxlandon](https://togithub.com/maxlandon) in
[https://github.com/reeflective/console/pull/53](https://togithub.com/reeflective/console/pull/53)
- Fmt by [@&#8203;maxlandon](https://togithub.com/maxlandon) in
[https://github.com/reeflective/console/pull/54](https://togithub.com/reeflective/console/pull/54)

**Full Changelog**:
reeflective/console@v0.1.16...v0.1.17

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* */8 * * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/jippi/dottie).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in jippi/dottie Aug 10, 2024
… go.mod (#72)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/reeflective/console](https://togithub.com/reeflective/console)
| `v0.1.17` -> `v0.1.18` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2freeflective%2fconsole/v0.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2freeflective%2fconsole/v0.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2freeflective%2fconsole/v0.1.17/v0.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2freeflective%2fconsole/v0.1.17/v0.1.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>reeflective/console (github.com/reeflective/console)</summary>

###
[`v0.1.18`](https://togithub.com/reeflective/console/releases/tag/v0.1.18)

[Compare
Source](https://togithub.com/reeflective/console/compare/v0.1.17...v0.1.18)

#### What's Changed

- Minor usability tweaks by
[@&#8203;maxlandon](https://togithub.com/maxlandon) in
[https://github.com/reeflective/console/pull/51](https://togithub.com/reeflective/console/pull/51)
- Exit command, interrupt doc fix by
[@&#8203;maxlandon](https://togithub.com/maxlandon) in
[https://github.com/reeflective/console/pull/52](https://togithub.com/reeflective/console/pull/52)
- dev by [@&#8203;maxlandon](https://togithub.com/maxlandon) in
[https://github.com/reeflective/console/pull/53](https://togithub.com/reeflective/console/pull/53)

**Full Changelog**:
reeflective/console@v0.1.16...v0.1.18

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* */8 * * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/jippi/dottie).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant