-
- Downloads
Merge branch '4-add-fish-shell-completion-helper-function-generation' into 'v3.5.1'
Resolve "Add zsh, fish, and bash shell completion helper function generation as well as the related command" See merge request !9
No related branches found
No related tags found
Pipeline #29758 passed
Stage: code_quality
Stage: build
Stage: pkg_and_sign
Stage: clean
Stage: upload
Stage: release
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- NodeApp/src/commander/CommanderApp.ts 3 additions, 1 deletionNodeApp/src/commander/CommanderApp.ts
- NodeApp/src/commander/assignment/subcommands/AssignmentCreateCommand.ts 8 additions, 8 deletions...mmander/assignment/subcommands/AssignmentCreateCommand.ts
- NodeApp/src/commander/assignment/subcommands/AssignmentPublishUnpublishCommandBase.ts 3 additions, 3 deletions...ment/subcommands/AssignmentPublishUnpublishCommandBase.ts
- NodeApp/src/commander/assignment/subcommands/correction/subcommands/AssignmentCorrectionLinkUpdateCommand.ts 3 additions, 3 deletions...tion/subcommands/AssignmentCorrectionLinkUpdateCommand.ts
- NodeApp/src/commander/auth/subcommands/AuthLoginCommand.ts 2 additions, 2 deletionsNodeApp/src/commander/auth/subcommands/AuthLoginCommand.ts
- NodeApp/src/commander/completion/CompletionCommand.ts 25 additions, 0 deletionsNodeApp/src/commander/completion/CompletionCommand.ts
- NodeApp/src/commander/completion/subcommands/CompletionBashCommand.ts 76 additions, 0 deletions...commander/completion/subcommands/CompletionBashCommand.ts
- NodeApp/src/commander/completion/subcommands/CompletionFishCommand.ts 70 additions, 0 deletions...commander/completion/subcommands/CompletionFishCommand.ts
- NodeApp/src/commander/completion/subcommands/CompletionZshCommand.ts 135 additions, 0 deletions.../commander/completion/subcommands/CompletionZshCommand.ts
- NodeApp/src/commander/exercise/subcommands/ExerciseCorrectionCommand.ts 2 additions, 1 deletion...mmander/exercise/subcommands/ExerciseCorrectionCommand.ts
- NodeApp/src/commander/exercise/subcommands/ExerciseCreateCommand.ts 9 additions, 9 deletions...c/commander/exercise/subcommands/ExerciseCreateCommand.ts
- NodeApp/src/helpers/AutoCompletionHelper.ts 334 additions, 0 deletionsNodeApp/src/helpers/AutoCompletionHelper.ts
- NodeApp/src/helpers/Dojo/ExerciseRunHelper.ts 4 additions, 3 deletionsNodeApp/src/helpers/Dojo/ExerciseRunHelper.ts
- NodeApp/src/managers/SessionManager.ts 4 additions, 3 deletionsNodeApp/src/managers/SessionManager.ts
- NodeApp/src/types/TextStyle.ts 13 additions, 0 deletionsNodeApp/src/types/TextStyle.ts
Loading
Please register or sign in to comment