Skip to content
Snippets Groups Projects
Unverified Commit d8e0b5b2 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

fix banner on 80col terminal

This Is Important Commit And Must Be Merged With Highest Priority
parent 4fa57516
No related branches found
No related tags found
No related merge requests found
......@@ -12,14 +12,14 @@ function _print_banner()
println(
"
$(y)// $(n) |
\\\\\\\\\\ // $(y)// $(n) | $(c[:bold])COBREXA.jl $(c[:normal])
\\\\\\\\\\ // $(y)// $(n) | $(c[:bold])COBREXA.jl $(c[:normal]) v$(COBREXA_VERSION)
\\\\ \\\\// $(y)// $(n) |
\\\\ \\/ $(y)// $(n) | $(c[:bold])CO$(c[:normal])nstraint-$(c[:bold])B$(c[:normal])ased $(c[:bold])R$(c[:normal])econstruction
\\\\ $(y)// $(n) | and $(c[:bold])EX$(c[:normal])ascale $(c[:bold])A$(c[:normal])nalysis in Julia
// $(y)\\\\ $(n) |
// $(y)/\\ \\\\ $(n) | Documentation: https://lcsb-biocore.github.io/COBREXA.jl
// $(y)//\\\\ \\\\ $(n)|
// $(y)// \\\\\\\\\\ $(n)| v$(COBREXA_VERSION) - $(Dates.year(Dates.today()))
// $(y)/\\ \\\\ $(n) | See documentation and examples at:
// $(y)//\\\\ \\\\ $(n)| https://lcsb-biocore.github.io/COBREXA.jl
// $(y)// \\\\\\\\\\ $(n)|
// $(n)|
",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment