WIP: feature/1-add-support-for-fs-crud #47
2 changed files with 1 additions and 17 deletions
|
@ -1,16 +0,0 @@
|
||||||
require "./abstract_command"
|
|
||||||
|
|
||||||
module GX::Commands
|
|
||||||
class GlobalMapping < AbstractCommand
|
|
||||||
def initialize(config : GX::Config) # FIXME
|
|
||||||
end
|
|
||||||
|
|
||||||
def execute
|
|
||||||
# FIXME: implement
|
|
||||||
end
|
|
||||||
|
|
||||||
def self.handles_mode
|
|
||||||
GX::Types::Mode::GlobalMapping
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -7,7 +7,7 @@ module GX::Types
|
||||||
GlobalCompletion
|
GlobalCompletion
|
||||||
GlobalTui
|
GlobalTui
|
||||||
GlobalConfig
|
GlobalConfig
|
||||||
GlobalMapping
|
# GlobalMapping
|
||||||
|
|
||||||
ConfigInit
|
ConfigInit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue