Skip to content

Commit 66260c2

Browse files
authored
Some very minor improvements to the docstring of create_app (#334)
1 parent eadc2ce commit 66260c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/PackageCompiler.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ function audit_app(ctx::Pkg.Types.Context)
512512
end
513513

514514
"""
515-
create_app(app_source::String, compiled_app::String)
515+
create_app(app_source::String, compiled_app::String; kwargs...)
516516
517517
Compile an app with the source in `app_source` to the folder `compiled_app`.
518518
The folder `app_source` needs to contain a package where the package include a
@@ -552,6 +552,8 @@ compiler.
552552
553553
- `force::Bool`: Remove the folder `compiled_app` if it exists before creating the app.
554554
555+
### Advanced keyword arguments
556+
555557
- `cpu_target::String`: The value to use for `JULIA_CPU_TARGET` when building the system image.
556558
"""
557559
function create_app(package_dir::String,

0 commit comments

Comments
 (0)