fix: run ameba --fix on global_completion.cr
This commit is contained in:
parent
29ab85a61f
commit
8f1862eb43
1 changed files with 3 additions and 1 deletions
|
@ -6,10 +6,12 @@ module GX::Commands
|
||||||
end
|
end
|
||||||
|
|
||||||
def execute
|
def execute
|
||||||
|
puts "FIXME: detect option (either zsh or bash)"
|
||||||
|
puts "FIXME: output the right file from embedded data"
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.handles_mode
|
def self.handles_mode
|
||||||
GX::Types::Mode::GlobalConfig
|
GX::Types::Mode::GlobalCompletion
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue