Compare commits
No commits in common. "92aaf5f0b5b0ebaa8db615f6188a0e3072968e56" and "1f5a2f33ecac757b43b7a643fcf0fcf3db85c22c" have entirely different histories.
92aaf5f0b5
...
1f5a2f33ec
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ test:
|
|||
install:
|
||||
install \
|
||||
-m 755 \
|
||||
bin/mfm \
|
||||
bin/code-preloader \
|
||||
$(PREFIX)/bin
|
||||
|
||||
.PHONY: spec test build all prepare install
|
||||
|
|
|
@ -20,6 +20,7 @@ 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