saros-project / saros

Open Source IDE plugin for distributed collaborative software development
https://www.saros-project.org
GNU General Public License v2.0
158 stars 52 forks source link

[UI][S] adds minArgument check to ConsoleCommands #1117

Closed jrtberlin closed 3 years ago

jrtberlin commented 3 years ago

Your checklist for this pull request

Please, check that:

Description

This commit adds a minArgument integer to ConsoleCommands for improved usage printing and avoid wrong "Command '%s' is not known" messages. The goal of this commit is to improve the usability of the CLI.

Thank you!