osl-incubator / sugar

Simplify the usage of containers
https://osl-incubator.github.io/sugar/
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Change the default arg parser to typer #117

Closed jhonnye0 closed 6 months ago

jhonnye0 commented 6 months ago

Pull Request description

Change the default arg parser to typer

How to test these changes

Pull Request checklists

This PR is a:

About this PR:

Author's checklist:

Additional information

Reviewer's checklist

Copy and paste this template for your review's note:

## Reviewer's Checklist

- [ ] I managed to reproduce the problem locally from the `main` branch
- [ ] I managed to test the new changes locally
- [ ] I confirm that the issues mentioned were fixed/resolved .
xmnlab commented 6 months ago

@jhonnye0 , thanks for working on that!

the CI is failing here: https://github.com/osl-incubator/sugar/actions/runs/8933790095/job/24539743195?pr=117#step:5:10

you need to remove the poetry.lock and generate it again with poetry lock maybe it is not necessary to remove .. as it will generate it again .. but just in case I remove it to be sure about the result

xmnlab commented 6 months ago

@jhonnye0 it seems that it has some issues with poetry ... probably the best way to fix that is to remove poetry.lock and run poetry lock again

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.12.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: