Skip to content

Commit 38ca768

Browse files
committed
Allow passing args to the console convenience scripts
1 parent 17897bf commit 38ca768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
./bin/dummy bundle exec rails c
3+
./bin/dummy bundle exec rails c $@

bin/dc-console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
./bin/dc-run ./bin/console
3+
./bin/dc-run ./bin/console $@

0 commit comments

Comments
 (0)