We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rspec help
rspec
1 parent d70218e commit f65866fCopy full SHA for f65866f
4 files changed
exe/aoc
@@ -2,3 +2,5 @@
2
# frozen_string_literal: true
3
4
require "aoc_rb/cli"
5
+
6
+AocRb::Cli.start
lib/aoc_rb/app.rb
@@ -150,5 +150,3 @@ def version
150
end
151
152
153
-
154
-AocRb::App.start
lib/aoc_rb/cli.rb
@@ -55,5 +55,3 @@ def version
55
56
57
58
59
-AocRb::Cli.start
templates/bin/aoc
@@ -33,3 +33,5 @@ require "bundler/setup"
33
# load Gem.bin_path("aoc_rb", "aoc")
34
35
require 'aoc_rb/app'
36
37
+AocRb::App.start
0 commit comments