pages*: remove bold and italic styling (#11777)
* pages*: remove bold and italic styling * Update pages/common/strings.md Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * pages.*: update outdated pages * Update conky.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -12,15 +12,15 @@
|
||||
|
||||
`clj -X {{namespace/function_name}}`
|
||||
|
||||
- Executa a função principal (*main*) do *namespace* especificado:
|
||||
- Executa a função principal (main) do namespace especificado:
|
||||
|
||||
`clj -M -m {{namespace}} {{args}}`
|
||||
|
||||
- Prepara um projeto resolvendo dependências, baixando bibliotecas, e criando / cacheando *classpaths*:
|
||||
- Prepara um projeto resolvendo dependências, baixando bibliotecas, e criando / cacheando classpaths:
|
||||
|
||||
`clj -P`
|
||||
|
||||
- Inicia um servidor nREPL com o *middleware* CIDER:
|
||||
- Inicia um servidor nREPL com o middleware CIDER:
|
||||
|
||||
`clj -Sdeps '{:deps {nrepl {:mvn/version "0.7.0"} cider/cider-nrepl {:mvn/version "0.25.2"}}}' -m nrepl.cmdline --middleware '["cider.nrepl/cider-middleware"]' --interactive`
|
||||
|
||||
|
Reference in New Issue
Block a user