-
- Downloads
Resolve "Add zsh, fish, and bash shell completion helper function generation...
Resolve "Add zsh, fish, and bash shell completion helper function generation as well as the related command"
parent
c9d77dbb
Branches
Tags
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
NodeApp/src/helpers/AutoCompletionHelper.ts
0 → 100644
NodeApp/src/types/TextStyle.ts
0 → 100644
Please register or sign in to comment