lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

CLI does not show message when no arguments are provided #68

Closed ronaldtse closed 3 years ago

ronaldtse commented 3 years ago

Should default to -h.

No arguments:

$ lutaml
=> ... no output

Giving -h:

$ lutaml -h
Usage: lutaml [options] PATHS

Overview: Generate output from Supplied language files if supported

Giving help:

$ lutaml help
Traceback (most recent call last):
    6: from /Users/me/.rbenv/versions/2.6.6/bin/lutaml:23:in `<main>'
    5: from /Users/me/.rbenv/versions/2.6.6/bin/lutaml:23:in `load'
  ...
w00lf commented 3 years ago

@ronaldtse implemented in https://github.com/lutaml/lutaml/pull/26

ronaldtse commented 3 years ago

Thanks @w00lf !