TIBCOSoftware/flogo-cli

Better help on the CLI

Open

#72 opened on Nov 16, 2017

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Go (28 forks)auto 404
good first issuekind/enhancement

Repository metrics

Stars
 (57 stars)
PR merge metrics
 (PR metrics pending)

Description

When entering a cmd with an incorrect syntax we should display the correct syntax again. For example the following cmd:

flogo create -f SampleApp2 ~/Downloads/SampleApp.json

Simply yields the following error. The correct syntax should be displayed again after the error.

Error: Error loading app file 'SampleApp2' - open SampleApp2: no such file or directory

Contributor guide