You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/Main.hs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@ data Options w = Options
64
64
, attribute
65
65
::w::: [Regex] <?>"Pattern (POSIX regex) to limit updates to expressions under matching names in attrsets and let bindings. Combined using inclusive or, if this isn't specified then no expressions will be filtered by attribute name"
66
66
, dryRun::w:::Bool<!>"False"<?>"Don't modify the file"
67
-
, onlyCommented::w:::Bool<!>"False"<?>"Only update from Git sources which have a comment on the 'rev' (or 'url' for fetchTarball from GitHub) attribute"
67
+
, onlyCommented
68
+
::w:::Bool<!>"False"<?>"Only update from Git sources which have a comment on the 'rev' (or 'url' for fetchTarball from GitHub) attribute"
0 commit comments