Liking cljdoc? Tell your friends :D

bract.cli.command

CLI commands implementation.

CLI commands implementation.
raw docstring

command-configclj

(command-config context)

Print the given config using the format determined from the supplied config file names. Finally, set context key :bract.core/exit? value to true.

Print the given config using the format determined from the supplied config file names. Finally,
set context key `:bract.core/exit?` value to `true`.
sourceraw docstring

command-dryrunclj

(command-dryrun context)

Run all steps except launch. Set context key :bract.core/launch? value to false.

Run all steps except launch. Set context key `:bract.core/launch?` value to `false`.
sourceraw docstring

command-replclj

(command-repl context)

Launch a REPL. Finally, set context key :bract.core/exit? value to true.

Launch a REPL. Finally, set context key `:bract.core/exit?` value to `true`.
sourceraw docstring

command-runclj

(command-run context)

Run all steps. Set context key :bract.core/launch? value to true.

Run all steps. Set context key `:bract.core/launch?` value to `true`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close