Skip to content

Commit 645312a

Browse files
committed
chore(commands): remove template from build for now
1 parent 861b406 commit 645312a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/commands/template.cr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{% skip_file %}
2+
13
module Geode::Commands
24
class Template < Base
35
def setup : Nil

src/geode.cr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require "./config"
1414
require "./shard"
1515
require "./shards/base"
1616
require "./shards/install"
17-
require "./template/*"
17+
# require "./template/*"
1818

1919
Colorize.on_tty_only!
2020

@@ -53,7 +53,7 @@ module Geode
5353
add_command Commands::Licenses.new
5454
add_command Commands::Run.new
5555
add_command Commands::Config.new
56-
add_command Commands::Template.new
56+
# add_command Commands::Template.new
5757
add_command Commands::Help.new
5858
end
5959

0 commit comments

Comments
 (0)