WIP: feature/1-add-support-for-fs-crud #47

Draft
glenux wants to merge 27 commits from feature/1-add-support-for-fs-crud into develop
2 changed files with 1 additions and 17 deletions
Showing only changes of commit 68934c3be8 - Show all commits

View file

@ -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

View file

@ -7,7 +7,7 @@ module GX::Types
GlobalCompletion GlobalCompletion
GlobalTui GlobalTui
GlobalConfig GlobalConfig
GlobalMapping # GlobalMapping
ConfigInit ConfigInit