You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'main' panicked at 'Template file not found: /home/steinb95/.config/ion/resources/templates/comonicon/template.toml', src/ion/blueprints/template.rs:9:30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Expected behavior
No error at all.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
Comonicon.jl
docs say, that one could/should useion
to create a project repo. The following call doesn't work withion 0.1.12
:the
comonicon
template simply doesn't exist.Version of the package:
To Reproduce
Steps to reproduce the behavior:
ion
from here https://github.com/Roger-luo/Ion/releases/tag/v0.1.21 (I usedion-v0.1.21-x86_64-unknown-linux-musl.tar.gz
)ion
ion new Demo --template=comonicon
Expected behavior
No error at all.
The text was updated successfully, but these errors were encountered: