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 861b406 commit 645312aCopy full SHA for 645312a
src/commands/template.cr
@@ -1,3 +1,5 @@
1
+{% skip_file %}
2
+
3
module Geode::Commands
4
class Template < Base
5
def setup : Nil
src/geode.cr
@@ -14,7 +14,7 @@ require "./config"
14
require "./shard"
15
require "./shards/base"
16
require "./shards/install"
17
-require "./template/*"
+# require "./template/*"
18
19
Colorize.on_tty_only!
20
@@ -53,7 +53,7 @@ module Geode
53
add_command Commands::Licenses.new
54
add_command Commands::Run.new
55
add_command Commands::Config.new
56
- add_command Commands::Template.new
+ # add_command Commands::Template.new
57
add_command Commands::Help.new
58
end
59
0 commit comments