Skip to content

Commit

Permalink
feat(cut): add -w flag (withfig#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashwin-Sudarshan authored Nov 21, 2023
1 parent a6f5441 commit ef61687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ const completionSpec: Fig.Spec = {
description:
"Suppress lines with no field delimiter characters. unless specified, lines with no delimiters are passed through unmodified",
},
{
name: "-w",
description:
"Use whitespace (spaces and tabs) as the delimiter. Consecutive spaces and tabs count as one single field separator",
},
],
};

Expand Down

0 comments on commit ef61687

Please sign in to comment.