We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec5e14 commit 65e1308Copy full SHA for 65e1308
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Change Log
2
========================================
3
4
+v0.4.3 - 2021-05-08
5
+----------------------------------------
6
+
7
+- Add ability to catch arbitrary args and flags
8
9
10
v0.4.2 - 2021-03-04
11
----------------------------------------
12
Dockerfile
@@ -3,6 +3,6 @@ FROM dannyben/alpine-ruby
ENV PS1 "\n\n>> bashly \W \$ "
WORKDIR /app
-RUN gem install bashly --version 0.4.2
+RUN gem install bashly --version 0.4.3
ENTRYPOINT ["bashly"]
0 commit comments