-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify multi-keyword commandlets and make usage consistent #79
Labels
Milestone
Comments
aBega2000
added a commit
to aBega2000/IDEasy
that referenced
this issue
Oct 16, 2023
aBega2000
added a commit
to aBega2000/IDEasy
that referenced
this issue
Oct 16, 2023
aBega2000
added a commit
to aBega2000/IDEasy
that referenced
this issue
Oct 16, 2023
This reverts commit 1b2c6d0.
aBega2000
added a commit
to aBega2000/IDEasy
that referenced
this issue
Oct 16, 2023
hohwille
pushed a commit
that referenced
this issue
Oct 17, 2023
hohwille
pushed a commit
to hohwille/IDEasy
that referenced
this issue
Oct 24, 2023
hohwille
pushed a commit
to hohwille/IDEasy
that referenced
this issue
Oct 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #5:
As I did not get any feedback, I now decide that we should go for this approach as it will make our life easier and the help and usage more consistent. A little drawback is that
ide set mvn version 3.9.3
is a little bit more natural language thanide set-version mvn 3.9.3
. However, if we later think this is relevant, we can still add some CLI alias syntax concept that allows to haveide set mvn version 3.9.3
as a kind of alias toide set-version mvn 3.9.3
what would still be the primary syntax.FYI: Feel free to also change
VersionSetCommandlet
toSetVersionCommandlet
, etc. if that makes more sense for you then.The text was updated successfully, but these errors were encountered: