fix: run ameba --fix on config_init.cr

This commit is contained in:
Glenn Y. Rolland 2024-01-23 23:48:28 +01:00
parent aec45eebd4
commit 29ab85a61f

View file

@ -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