From 287687194d1f6d7ab2dce0371ff2625c4deb87a9 Mon Sep 17 00:00:00 2001 From: thindil Date: Thu, 8 Feb 2024 04:38:29 +0000 Subject: [PATCH] refactor!: changed type of Alias field path to Path FossilOrigin-Name: 651bcb280807556f95218a8c7edeabb6603ea6775b2af45815c981083fcda0f1 --- src/types.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.nim b/src/types.nim index 7ffe309a..daa61710 100644 --- a/src/types.nim +++ b/src/types.nim @@ -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