fix: run ameba --fix on global_completion.cr

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

View file

@ -6,10 +6,12 @@ module GX::Commands
end
def execute
puts "FIXME: detect option (either zsh or bash)"
puts "FIXME: output the right file from embedded data"
end
def self.handles_mode
GX::Types::Mode::GlobalConfig
GX::Types::Mode::GlobalCompletion
end
end
end