Skip to content

Commit

Permalink
refactor!: changed type of Alias field path to Path
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 651bcb280807556f95218a8c7edeabb6603ea6775b2af45815c981083fcda0f1
  • Loading branch information
thindil committed Feb 8, 2024
1 parent d0460f7 commit 2876871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type
## or in the alias information
## * output - where to redirect the output of the alias' commands
name* {.unique.}: string
path*: string
path*: Path
recursive*: bool
commands*: string
description*: string
Expand Down

0 comments on commit 2876871

Please sign in to comment.