Skip to content

Commit 02afe57

Browse files
committed
1.2.5
1 parent 0487efe commit 02afe57

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

retype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ editor:
1313
branding:
1414
logo: assets/logo.svg
1515
logoDark: assets/logo-dark.svg
16-
label: v1.2.4
16+
label: v1.2.5
1717

1818
meta:
1919
title: " | Bashly - Bash Command Line Framework"

src/configuration/variable.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ variables:
3737
===
3838
3939
!!!success Tip
40-
Variables defined in the root command are available globally, while those
41-
defined in subcommands are only accessible within those specific commands.
40+
Variables defined in the root command are available globally (in the
41+
`initialize()` function), while those defined in subcommands are only accessible
42+
within those specific commands.
4243
!!!
4344

4445
[!button variant="primary" icon="code-review" text="Variables Example"](https://github.com/DannyBen/bashly/tree/master/examples/variables#readme)

0 commit comments

Comments
 (0)