Skip to content
Snippets Groups Projects
Verified Commit bd773bb2 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

module instead of class

parent 90e59802
No related branches found
No related tags found
1 merge request!8Draft: Resolve "Add bash completion helper function"
Pipeline #29339 passed
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -45,7 +45,6 @@ class CommanderApp { ...@@ -45,7 +45,6 @@ class CommanderApp {
this.registerCommands(); this.registerCommands();
getBashCompletion(this.program) getBashCompletion(this.program)
// AutoCompletionHelper.getCommands(this.program)
this.program.parse(); this.program.parse();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment