Skip to content

Commit 6e3dacd

Browse files
dev: default to reloaded repl task for make repl
1 parent 7197a95 commit 6e3dacd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This change
44

55
# [Unreleased]
66

7+
## Updated
8+
- dev: default to reloaded repl task for make repl
9+
710
# 2025-11-09
811
## Added
912
- dev: add version control tasks and update format

resources/practicalli/application/root/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ OUTDATED_FILE := outdated-$(shell date +%y-%m-%d-%T).md
4444
# -------------------------------------- #
4545

4646
# -- Clojure Workflow ------------------ #
47-
repl: rebel ## Start default REPL configuration
47+
repl: reloaded ## Start default REPL configuration
4848

4949
rebel: ## Run Clojure REPL with rich terminal UI (Rebel Readline)
5050
$(info -- Run Rebel REPL ------------------------)
@@ -233,4 +233,3 @@ help: ## Describe available tasks in Makefile
233233
sort | \
234234
awk -F ':.*?## ' 'NF==2 {printf "\033[36m %-$(HELP-DESCRIPTION-SPACING)s\033[0m %s\n", $$1, $$2}'
235235
# -------------------------------------- #
236-

resources/practicalli/minimal/root/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ OUTDATED_FILE := outdated-$(shell date +%y-%m-%d-%T).md
4444
# -------------------------------------- #
4545

4646
# -- Clojure Workflow ------------------ #
47-
repl: rebel ## Start default REPL configuration
47+
repl: reloaded ## Start default REPL configuration
4848

4949
rebel: ## Run Clojure REPL with rich terminal UI (Rebel Readline)
5050
$(info -- Run Rebel REPL ------------------------)
@@ -233,4 +233,3 @@ help: ## Describe available tasks in Makefile
233233
sort | \
234234
awk -F ':.*?## ' 'NF==2 {printf "\033[36m %-$(HELP-DESCRIPTION-SPACING)s\033[0m %s\n", $$1, $$2}'
235235
# -------------------------------------- #
236-

resources/practicalli/service/root/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ OUTDATED_FILE := outdated-$(shell date +%y-%m-%d-%T).md
4444
# -------------------------------------- #
4545

4646
# -- Clojure Workflow ------------------ #
47-
repl: rebel ## Start default REPL configuration
47+
repl: reloaded ## Start default REPL configuration
4848

4949
rebel: ## Run Clojure REPL with rich terminal UI (Rebel Readline)
5050
$(info -- Run Rebel REPL ------------------------)
@@ -233,4 +233,3 @@ help: ## Describe available tasks in Makefile
233233
sort | \
234234
awk -F ':.*?## ' 'NF==2 {printf "\033[36m %-$(HELP-DESCRIPTION-SPACING)s\033[0m %s\n", $$1, $$2}'
235235
# -------------------------------------- #
236-

0 commit comments

Comments
 (0)