Closed Hkmu closed 2 years ago
Hello! @Hkmu
Thanks for your report!
Indeed it is a bug, actually --yes
doesn't exist for the yum
CLI.
In the CLI part, we already support many famous package managers for different GNU/Linux distributions, but unfortunately, on the Core side, it is not the case. Being able to run Leon on multiple CPU architectures, and distribution, it's definitely something we would like to support, and we would like to solve it before the v1.0.0 stable release (currently Leon is in beta). We will try to solve this problem later, when the core of Leon is more mature, just before the v1 stable release. You can read more here: https://github.com/leon-ai/leon/pull/302#pullrequestreview-914081908.
Meanwhile, you can use Leon without problems on Ubuntu, macOS, and Windows, also you can try Leon with a single click thanks to GitPod: https://github.com/leon-ai/leon#%EF%B8%8F-try-with-a-single-click.
:tada: This issue has been resolved in version 1.3.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Steps To Reproduce
leon create birth
on CentOSThe current behavior
Error summary from log file
~/.config/@leon-ai/cli/log-errors.txt
:The expected behavior
leon start birth
gets executed successfully.