upcxx-meta needs -h/--help and argument validation

Issue #89 resolved
Dan Bonachea created an issue

The upcxx-meta command line interface is currently very unfriendly.

It accepts any argument on input, and for anything unrecognized spits out garbage, eg:

> $UPCXX_INSTALL/bin/upcxx-meta -h 
hBh
> $UPCXX_INSTALL/bin/upcxx-meta --help
hB-help
> $UPCXX_INSTALL/bin/upcxx-meta --version
hB-version
> $UPCXX_INSTALL/bin/upcxx-meta foo

>

Given this is our user-facing interface, this needs to be made more user-friendly.

Comments (4)

  1. Log in to comment