Skip to content

Commit

Permalink
Wording when recipe loaded
Browse files Browse the repository at this point in the history
there's currently no help
  • Loading branch information
eval committed Mar 21, 2024
1 parent b82287c commit ab05346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eval/deps_try/try.clj
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
(clj-repl/set-break-handler! (fn [_signal#] (.stop thread#)))))

(defn- recipe-instructions [{:keys [ns-only]}]
(str "Recipe" (when ns-only " namespace") " successfully loaded in the REPL-history. Type :recipe/help for help."))
(str "Recipe" (when ns-only " namespace") " successfully loaded in the REPL-history. Press arrow-up to start with the first step."))


;; terminel
Expand Down

0 comments on commit ab05346

Please sign in to comment.