UNPKG

@enspirit/emb

Version:

A replacement for our Makefile-for-monorepos

8 lines (7 loc) 252 B
import { Hook } from '@oclif/core'; /** * Postrun hook that patches completion scripts after autocomplete generation. * This adds task name completion for the 'tasks run' and 'run' commands. */ declare const hook: Hook.Postrun; export default hook;