summaryrefslogtreecommitdiff
path: root/tasks/console.rake
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-12-01 20:45:56 -0700
committerDan Allen <dan.j.allen@gmail.com>2019-12-01 20:45:56 -0700
commitd8a5e9a46b6d3511a77bdb0a0ca5772722beff49 (patch)
treefaf24206c1cd3e738826c48e391ce383c588d03f /tasks/console.rake
parentf3a10601b217a5aee8a6803f6de97a13baed0b1f (diff)
initial set of changes to fix lint errors
Diffstat (limited to 'tasks/console.rake')
-rw-r--r--tasks/console.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/console.rake b/tasks/console.rake
index fcd6e3ce..6796137a 100644
--- a/tasks/console.rake
+++ b/tasks/console.rake
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
desc 'Open an irb session preloaded with this library'
task :console do
sh 'bundle console', verbose: false