From 29ab85a61fd90c473cda4d1cf697c4ecc97be163 Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 23 Jan 2024 23:48:28 +0100 Subject: [PATCH] fix: run ameba --fix on config_init.cr --- src/commands/config_init.cr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/commands/config_init.cr b/src/commands/config_init.cr index b9407d3..2171d39 100644 --- a/src/commands/config_init.cr +++ b/src/commands/config_init.cr @@ -6,6 +6,9 @@ module GX::Commands end def execute + puts "FIXME: detect if config is present" + puts "FIXME: compute config path (either default, or from command line)" + puts "FIXME: create config file from default if needed" end def self.handles_mode