Merge remote-tracking branch 'canonical/next'
[sinan.git] / features / sint_default_help.feature
blob5a338c4bb1eb6675b1b6a5b84dd9ec7e925c9b03
1 Feature: Make sinan more approachable
2   In order to make sinan much easier to start using
3   As an Erlang Developer
4   I want to make sinan help the default command instead of sinan build
6   Scenario: Have sinan display help if no command is given
7     Given a generated project
8     When a step is run on the project with an empty arglist
9     Then sinan should run normally
10     And display a list of commands and help usage