Skip to content

Commit

Permalink
Update dirx argmatcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Feb 27, 2024
1 parent 9561b53 commit 27d5b7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions completions/dirx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ local list_of_flags = {
{ opteq=true, "--width=", cols, "cols", "" },
{ "-Y", "Abbreviate times" },
{ "-Z", "Abbreviate file sizes" },
{ "--bare-relative" },
{ "--no-bare-relative" },
{ "--classify" },
{ "--no-classify" },
{ "--compact" },
Expand Down

0 comments on commit 27d5b7e

Please sign in to comment.