We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
recurse
1 parent c8684e6 commit 23e2b00Copy full SHA for 23e2b00
lib/puppet/type/tidy.rb
@@ -32,7 +32,9 @@
32
33
newparam(:recurse) do
34
desc "If target is a directory, recursively descend
35
- into the directory looking for files to tidy."
+ into the directory looking for files to tidy. Numeric values
36
+ specify a limit for the recursion depth, `true` means
37
+ unrestricted recursion."
38
39
newvalues(:true, :false, :inf, /^[0-9]+$/)
40
0 commit comments