fix: run ameba --fix on config_init.cr
This commit is contained in:
parent
aec45eebd4
commit
29ab85a61f
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ module GX::Commands
|
||||||
end
|
end
|
||||||
|
|
||||||
def execute
|
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
|
end
|
||||||
|
|
||||||
def self.handles_mode
|
def self.handles_mode
|
||||||
|
|
Loading…
Reference in a new issue