Resolve "Add zsh, fish, and bash shell completion helper function generation as well as the related command"
Compare changes
- orestis.malaspin authored
@@ -23,6 +23,17 @@ function isLeaf(cmd: Command): boolean {
@@ -31,6 +42,17 @@ function computeDepth(cmd: Command | undefined): number {
@@ -93,22 +115,40 @@ export function writeBashCompletion(root: Command, filename: string) {