Compare commits
2 commits
1f5a2f33ec
...
92aaf5f0b5
Author | SHA1 | Date | |
---|---|---|---|
92aaf5f0b5 | |||
59ab4ce272 |
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ test:
|
|||
install:
|
||||
install \
|
||||
-m 755 \
|
||||
bin/code-preloader \
|
||||
bin/mfm \
|
||||
$(PREFIX)/bin
|
||||
|
||||
.PHONY: spec test build all prepare install
|
||||
|
|
|
@ -20,7 +20,6 @@ module GX::Parsers
|
|||
parser.on("list", "List mappings") do
|
||||
config.mode = Types::Mode::MappingList
|
||||
parser.separator(Utils.help_line(breadcrumbs + "list"))
|
||||
# abort("FIXME: Not implemented")
|
||||
end
|
||||
|
||||
parser.on("create", "Create mapping") do
|
||||
|
|
Loading…
Reference in a new issue