Skip to content
Snippets Groups Projects

Resolve "Add zsh, fish, and bash shell completion helper function generation as well as the related command"

1 unresolved thread
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
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