refactor: remove useless code refering to interactive mode
This commit is contained in:
parent
68934c3be8
commit
65fe1bf0b9
1 changed files with 0 additions and 4 deletions
|
@ -64,10 +64,6 @@ module GX::Parsers
|
||||||
Parsers::MappingParser.new.build(parser, breadcrumbs, config)
|
Parsers::MappingParser.new.build(parser, breadcrumbs, config)
|
||||||
end
|
end
|
||||||
|
|
||||||
# parser.on("interactive", "Interactive mapping mount/umount") do
|
|
||||||
# abort("FIXME: Not implemented")
|
|
||||||
# end
|
|
||||||
|
|
||||||
parser.on("completion", "Manage completion") do
|
parser.on("completion", "Manage completion") do
|
||||||
config.mode = Types::Mode::GlobalCompletion
|
config.mode = Types::Mode::GlobalCompletion
|
||||||
Parsers::CompletionParser.new.build(parser, breadcrumbs, config)
|
Parsers::CompletionParser.new.build(parser, breadcrumbs, config)
|
||||||
|
|
Loading…
Reference in a new issue