Remove unneccessary input from recordChanges
Dependencies
- [2]
GPTHUH3NAdd commands for unrecording changes - [3]
H3GAPFUCAdd pijul.recordAll command - [4]
YDCLFNEJAdd menu command for recording changes to specific files - [*]
ZGMIJNFVCreate pijul.ts for executing commands using the Pijul CLI
Change contents
- replacement in src/pijul.ts at line 345
* @param files The files that will be inlcuded in the new change* @param files The files that will be included in the new change - replacement in src/pijul.ts at line 349
await this._pijul.exec(this.repositoryRoot, ['record', ...files.map(f => f.fsPath), '-a', '-m', message], { input: 'test' });await this._pijul.exec(this.repositoryRoot, ['record', ...files.map(f => f.fsPath), '-a', '-m', message]);