all repos — min @ 935ba15029ad7f988e74e78d173757ca3cd1eac9

A small but practical concatenative programming language.

Minor changes.
h3rald h3rald@h3rald.com
Mon, 29 Jan 2024 13:59:55 +0100
commit

935ba15029ad7f988e74e78d173757ca3cd1eac9

parent

fb37f18db38b52017ee7544936193795f35dcc3b

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M min.nimmin.nim

@@ -157,9 +157,9 @@ compile <file>.min Compile <file>.min.

eval <string> Evaluate <string> as a min program. help <symbol|sigil> Print the help contents related to <symbol|sigil>. init Sets up the current directory as a managed min module. - install [<module> <version>] Install the specified managed min module or all dependent modules. - uninstall [<module> <version>] Uninstall the specified managed min module or all dependent modules. - update [<module> <version>] Update the specified managed min module or all dependent modules. + install [<module>@<version>] Install the specified managed min module or all dependent modules. + uninstall [<module>@<version>] Uninstall the specified managed min module or all dependent modules. + update [<module>@<version>] Update the specified managed min module or all dependent modules. search [...terms...] Search for a managed min module matching the specified terms. list List all managed min modules installed in the local directory or globally. Options: