lib/noko_cli.rb in noko_cli-0.1.2 vs lib/noko_cli.rb in noko_cli-0.2.0
- old
+ new
@@ -1,7 +1,10 @@
# frozen_string_literal: true
-require_relative "noko_cli/version"
+require "zeitwerk"
+loader = Zeitwerk::Loader.for_gem
+loader.setup
+
+# The main task of this gem is allow users list and create new entries.
module NokoCli
- autoload :Entries, "noko_cli/entries"
end