File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ editor:
1313branding :
1414 logo : assets/logo.svg
1515 logoDark : assets/logo-dark.svg
16- label : v1.2.4
16+ label : v1.2.5
1717
1818meta :
1919 title : " | Bashly - Bash Command Line Framework"
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments