Compare commits

...

2 commits

Author SHA1 Message Date
Glenn Y. Rolland 92aaf5f0b5 fix: remove useless comment
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-24 11:08:16 +01:00
Glenn Y. Rolland 59ab4ce272 fix: change binary name 2024-01-24 01:25:44 +01:00
2 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,7 @@ test:
install:
install \
-m 755 \
bin/code-preloader \
bin/mfm \
$(PREFIX)/bin
.PHONY: spec test build all prepare install

View file

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