diff options
Diffstat (limited to 'options.go')
-rw-r--r-- | options.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -721,10 +721,7 @@ const ( // CleanOptions describes how a clean should be performed. type CleanOptions struct { - // Dir recurses into nested directories. Dir bool - // All removes all changes, even those excluded by gitignore. - All bool } // GrepOptions describes how a grep should be performed. |