Tyler Akins
b01fc43580
Merge pull request #60 from Swivelgames/portability
...
Improved portability by using /usr/bin/env pragma
2023-04-04 09:50:21 -05:00
Joseph Dalrymple
53e3208ba0
Improved portability by using /usr/bin/env pragma
2023-04-04 02:00:31 -05:00
Tyler Akins
6dc284f05a
Updating URLs
...
Closes #53
2023-04-03 12:57:14 -05:00
Tyler Akins
a62541fc98
Adding missing character, reported by brainchild0
2022-01-26 19:07:12 -06:00
Tyler Akins
b31a97cfb1
Merge pull request #51 from brainchild0/docker
...
improve docker image
2022-01-26 10:00:28 -06:00
Eric Levy
71f85fa4f2
Use latest Alpine image as Docker base
2022-01-25 17:34:56 -05:00
Eric Levy
14003ba24a
Introduce general improvements for Docker image
2022-01-24 20:51:27 -05:00
Tyler Akins
54195a6c6e
Fixing test script to return 0 on success
2021-11-25 16:02:21 -06:00
Tyler Akins
81f9ec326d
Leaning away from committing package.json
...
Thank you yutachaos!
2021-11-25 15:59:30 -06:00
Tyler Akins
dae1c66f8f
Merge branch 'feature/added_github_action' of https://github.com/yutachaos/mo into yutachaos-feature/added_github_action
2021-11-25 15:57:52 -06:00
Tyler Akins
08576fca7b
Adding script to run against official specs
2021-11-25 15:40:13 -06:00
Tyler Akins
3aa5c462f8
Quoting variable
...
This suggestion is brought to you by neema80 - thank you!
This closes #48 .
2021-11-25 15:36:47 -06:00
yutachaos
a28ed0ccd5
Added docker image push action
2021-04-23 13:01:42 +09:00
Tyler Akins
c86fd9a89b
Merge pull request #45 from yutachaos/feature/added_docker_release
...
Added dockerfile and release GitHub Action
2021-04-17 11:02:12 -05:00
yutachaos
03eb3925ac
Added Dockerfile
2021-04-09 14:37:51 +09:00
yutachaos
8e3e08a42b
Added docker image push action
2021-04-09 14:37:45 +09:00
Tyler Akins
4c332c9188
Updating test and documentation
2020-10-01 07:42:57 -05:00
Tyler Akins
67ba8bae2c
Calling out that the argument can be used multiple times
2020-10-01 07:39:02 -05:00
Tyler Akins
1d2617dde1
Confirming multiple --source arguments work
2020-10-01 07:37:48 -05:00
Tyler Akins
dcd9d7738b
Adding tests, shellcheck cleanup, update docs, release 2.2.0
2020-08-05 15:44:04 -05:00
Tyler Akins
65f12277e6
Merge pull request #40 from ynqa/show-latest-version
...
fix: show latest version for usage of mo
2020-08-05 11:37:38 -08:00
Tyler Akins
8cd67fb908
Merge pull request #39 from felipecassiors/felipecassiors/fail-on-function
...
Add fail on function
2020-08-05 11:27:50 -08:00
ynqa
bdb795bddf
show 2.1.0 for mo usage
2020-08-06 00:01:09 +09:00
Felipe Santos
1f39b0f568
Add fail on function
2020-07-29 20:19:32 +00:00
Tyler Akins
0e6247e9e9
Merge pull request #37 from l2dy/whitespace
...
Remove trailing whitespace
2020-02-26 07:55:43 -06:00
Zero King
891b6a5de2
Remove trailing whitespace
2020-02-26 05:54:17 +00:00
Tyler Akins
3828588512
Showing how to write output that includes braces
2019-08-22 15:59:05 -05:00
Tyler Akins
929ffc5b88
Merge pull request #32 from andreax79/master
...
Pass arguments to function as environment variable MO_ALLOW_FUNCTION_ARGUMENTS
2019-08-08 07:47:44 -05:00
Andrea Bonomi
5b8cf24068
Pass arguments to function as environment variable MO_ALLOW_FUNCTION_ARGUMENTS
2019-08-08 11:43:50 +02:00
Andrea Bonomi
fcedd32155
Pass arguments to function as environment variable MO_ARGS
2019-08-07 15:01:51 +02:00
Tyler Akins
9f6d3bcdab
Adding an example
...
Shows how one can solve #29
2019-07-19 20:22:27 -05:00
Tyler Akins
eac2685632
Adding an example for adding a comma
...
This closes #26 .
2019-04-14 06:25:06 -05:00
Tyler Akins
505570a57b
Adding short options
...
Feature request #25
2019-03-13 20:38:00 -05:00
Tyler Akins
aabc62f1d6
Merge pull request #22 from mamercad/mamercad-curl-follow-redirects
...
curl needs to follow redirects
2018-03-13 07:25:13 -05:00
Mark Mercado
e672bda163
curl needs to follow redirects
2018-03-13 08:11:43 -04:00
Tyler Akins
dbefade193
Adding a version number
...
It is shown with --help. It's also available as $MO_VERSION when mo is
sourced.
2017-11-30 05:43:10 -06:00
Tyler Akins
57a8d41394
Merge pull request #21 from jas99/patch-1
...
Fix: Intall issue
2017-11-20 07:22:43 -06:00
Jaspreet Singh
5739ccd705
Fix: Intall issue
...
Added -L flag to curl; so as to allow following redirect.
2017-11-19 15:53:12 +05:30
Tyler Akins
f889c37316
Found another issue with strict mode
2017-11-13 13:53:38 -06:00
Tyler Akins
4f615a0faf
More fixes if variables are not set and strict mode is enabled
2017-11-13 10:43:32 -06:00
Tyler Akins
1e91e414cc
Fix for when running in strict mode
2017-11-13 10:31:51 -06:00
Tyler Akins
ad98577c42
Changing how functions are called
...
Old way:
functionName CONTENT argument1 argument2
New way:
echo -n "$CONTENT" | functionName argument1 argument2
This follow the Unix style more closely.
2017-11-13 10:13:56 -06:00
Tyler Akins
e78b15d95b
Updating test to enable the flag
2017-11-03 19:38:34 -05:00
Tyler Akins
f20e4ae83a
Making a bit more safe and disabling an eval by default
2017-11-03 16:45:51 -05:00
Tyler Akins
a5ec7dd740
I think this finally implements arguments to functions
...
This closes #18 .
2017-11-03 16:34:08 -05:00
Tyler Akins
ab5dfee519
Fixing install directions
2017-10-24 07:47:50 -05:00
Tyler Akins
81fd601ebd
Shortening URL
2017-10-23 15:11:23 -05:00
Tyler Akins
9896712932
Releasing 1.0.0
...
This is the first tagged release of "mo", following the semantic
versioning scheme. Major releases can have breaking changes. Minor
releases can have additional functionality and will preserve all
existing functionality. Patch releases will have only bugfixes.
Thanks for prodding me into this, @dagrooms52
2017-09-27 15:14:42 -05:00
Tyler Akins
0627cbbaf8
Making tests care about whitespace
...
When testing #19 I found that the tests were mistakenly ignoring some
whitespace changes. I've enabled whitespace checks and had to update the
tests because my editor likes newlines at the end of files and removes
whitespace at the end of lines. To make the test files easier to manage,
I've modified some scenarios to still test for the feature but also work
with the whitespace modifications that editors would perform.
2017-08-02 10:35:35 -05:00
Tyler Akins
f14150c205
Fixing indentation of partials in a condition
...
This is to address #19 .
2017-08-02 10:34:58 -05:00