You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/scripting.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ tags:
9
9
The `milk-cli` interpreter is designed to provide a seamless scripting experience by transparently integrating with your system's `bash` shell. Any command that is not a native `milk-cli` command is automatically evaluated by the underlying OS shell using `wordexp()`.
10
10
11
11
This means **all standard Bash scripting features are fully supported** inside `milk-cli`, including:
12
+
12
13
- Variables (`$var`), Arithmetic (`$(( ))`), and String Manipulation
0 commit comments