comonicon / Comonicon.jl

Your best CLI generator in JuliaLang

Home Page:https://comonicon.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown command app when compiling

emanuellima1 opened this issue · comments

I think this is a bug. When I try to compile my project it complains that there isn't a command named "app", but it builds the app anyway. Also, the error doesn't appear when I ask for "app tarball". I am using incremental=false and filter_stdlibs=true with Comonicon v0.12.1, PackageCompiler v2.0.3 and Julia v1.7

image

do you have the Comonicon.toml file available somewhere so that I could try the same configuration. it looks like something wrong with the installation procedure.

name = "cadCAD"

[install]
completion = false
quiet = false
optimize = 2

[application]
incremental = false
filter_stdlibs = true

[application.precompile]
execution_file = ["deps/precompile.jl"]

[download]
host = "github.com"
user = "cadCAD-org"
repo = "cadCAD.jl"