This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
mo
Watch
1
Star
0
Fork
0
You've already forked mo
mirror of
https://github.com/tests-always-included/mo.git
synced
2024-12-18 16:27:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
search-path
mo
/
tests
/
source.vars
5 lines
85 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add test for --source flag and pull request suggestions Add a demo/sourcing.vars file to be used by the associated demo script. Modified mo argument parsing so that --help and --source=file do not need to be the first arguments for mo. And can in fact appear after or in the middle of filenames.
2016-07-21 14:11:11 +00:00
export VAR=value
export ARR=(1 2 3)
declare -A ASSOC_ARR
Implementing a search path Closes #30
2019-07-20 02:10:42 +00:00
ASSOC_ARR=([a]=AAA [b]=BBB)
Reference in New Issue
Copy Permalink