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
Branches
Tags
1 merge request!8Draft: Resolve "Add bash completion helper function"
Pipeline #29339 passed
...@@ -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