Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoCLI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
UI
DojoCLI
Merge requests
!9
Resolve "Add zsh, fish, and bash shell completion helper function generation as well as the related command"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add zsh, fish, and bash shell completion helper function generation as well as the related command"
4-add-fish-shell-completion-helper-function-generation
into
v3.5.1
Overview
7
Commits
42
Pipelines
51
Changes
1
1 unresolved thread
Hide all comments
Merged
orestis.malaspin
requested to merge
4-add-fish-shell-completion-helper-function-generation
into
v3.5.1
1 year ago
Overview
7
Commits
42
Pipelines
51
Changes
1
1 unresolved thread
Hide all comments
Expand
Closes
#4 (closed)
0
0
Merge request reports
Viewing commit
f1dc5f76
Show latest version
1 file
+
0
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
f1dc5f76
removed useless dependency
· f1dc5f76
orestis.malaspin
authored
1 year ago
NodeApp/src/helpers/AutoCompletionHelper.ts
+
0
−
1
Options
import
{
Command
}
from
'
commander
'
;
import
{
Command
}
from
'
commander
'
;
import
{
writeFileSync
}
from
'
fs
'
;
const
fishFunction
=
`
const
fishFunction
=
`
function __fish_dojo_using_commands
function __fish_dojo_using_commands
Loading