Files
add-and-commit/src/inputs.ts
Federico Grandi b36969554e feat(push): add push option
re #86
2020-11-11 18:11:50 +01:00

4 lines
265 B
TypeScript

// WARNING: this file is auto-generated by scripts/inputs.ts (npm run inputs), any manual edit will be overwritten.
export type Input = 'add' | 'author_name' | 'author_email' | 'branch' | 'cwd' | 'message' | 'pull_strategy' | 'push' | 'remove' | 'signoff' | 'tag'