fix: remove code for GlobalCompletion action
This commit is contained in:
parent
cc90d09fae
commit
d48b585bda
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
require "./abstract_command"
|
|
||||||
|
|
||||||
module GX::Commands
|
|
||||||
class GlobalCompletion < AbstractCommand
|
|
||||||
def initialize(@config : GX::Config)
|
|
||||||
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::GlobalCompletion
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in a new issue