mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +02:00
🔥 Remove fix-le
This commit is contained in:
parent
a00802df22
commit
2d1c88aabb
2 changed files with 0 additions and 44 deletions
13
src/cmds.ts
13
src/cmds.ts
|
@ -32,12 +32,6 @@ export const commands: Cmd[] = [
|
|||
{
|
||||
cmd: 'discard <file>',
|
||||
description: 'Discard a files changes.',
|
||||
options: [
|
||||
{
|
||||
arg: '--keep, --keep-patch',
|
||||
description: 'Keep the patch file instead of removing it',
|
||||
},
|
||||
],
|
||||
requestController: async () => (await import('./commands/discard')).discard,
|
||||
},
|
||||
{
|
||||
|
@ -58,13 +52,6 @@ export const commands: Cmd[] = [
|
|||
requestController: async () =>
|
||||
(await import('./commands/export-file')).exportFile,
|
||||
},
|
||||
{
|
||||
cmd: 'lfify',
|
||||
aliases: ['fix-le'],
|
||||
description: 'Convert CRLF line endings to Unix LF line endings.',
|
||||
requestController: async () =>
|
||||
(await import('./commands/fix-le')).fixLineEndings,
|
||||
},
|
||||
{
|
||||
cmd: 'import',
|
||||
aliases: ['import-patches', 'i'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue