Skip to content
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

CommandSystem: Tabcompletion and bug fixes #65

Merged
merged 12 commits into from
May 24, 2021
Merged

CommandSystem: Tabcompletion and bug fixes #65

merged 12 commits into from
May 24, 2021

Conversation

DSeeLP
Copy link
Contributor

@DSeeLP DSeeLP commented Apr 29, 2021

Changelog

  • Fixed maven build
  • Fixed bug that only the root node of a command was executed
  • Added Tabcompletion
  • Added boolean argument to KTestCommand
  • Fixed bug that the complete function of BooleanArgument always returned nothing

Edit:

  • Bumped Kotlin version to 1.5.0
  • Bumped KommonCommand to 0.1.1
  • Fixed bug that tab completion did not respect the checkAccess method

Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
@PXAV
Copy link
Member

PXAV commented Apr 29, 2021

Hi, thanks for adding an update that quickly! Love the idea of how tab-completion was implemented.

As I have also done some changes to the pom files to fix #63, I'll resolve the conflicts as soon as the new update is ready as well. I expect this to happen within the next few days.

DSeeLP added 4 commits May 2, 2021 11:05
Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
Signed-off-by: DSeeLP <46624152+DSeeLP@users.noreply.github.com>
@PXAV PXAV added commands Something related to the command handling system enhancement New feature or request labels May 24, 2021
@PXAV PXAV changed the base branch from command to development May 24, 2021 15:16
@PXAV PXAV merged commit b485ccd into KelpFramework:development May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commands Something related to the command handling system enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants