Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Aug 16, 2020
1 parent 42f44fa commit 512a4de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion page/index.md
Expand Up @@ -75,12 +75,15 @@ ArgParse example implemented in Comonicon.
println("opt2=>", opt2)
end
```
\end{:section}

save this in a julia script `main.jl` then you can check how to use it as a CLI by `julia main.jl -h`. Or you could also save it as
`main` and put a shebang at the beginning of this file: `#!<path to your Julia binary>`, then `chmod +x main`, then you can use this
by `./main -h`. There are some CLI examples in the [example folder](https://github.com/Roger-luo/Comonicon.jl/tree/master/example).


\end{:section}


\begin{:section, title="Conventions"}

\lead{
Expand Down

0 comments on commit 512a4de

Please sign in to comment.