package
0.0.0-20210318211101-2bc12df73e84
Repository: https://github.com/puppetlabs/wash.git
Documentation: pkg.go.dev

# Packages

Package meta contains all the parsing logic for the `meta` primary.
No description provided by the author

# Functions

Get retrieves the specified primary.
IsSet returns true if the specified primary was set Call this after `wash find` finishes parsing its arguments.
Table returns a table containing all of `wash find`'s available primaries.

# Variables

Action is the action primary actionPrimary => <action>nolint.
Atime is the atime primary nolint.
Crtime is the crtime primary nolint.
Ctime is the ctime primary nolint.
False is the false primary falsePrimary => -falsenolint.
Kind is the kind primary kindPrimary => -kind ShellPatternnolint.
Meta is the meta primary metaPrimary => (-meta|-m) Expression Expression => EmptyPredicate | KeySequence PredicateExpression EmptyPredicate => -empty KeySequence => '.' Key Tail Key => [ ^.[ ] ]+ (i.e.
Mtime is the mtime primary nolint.
Name is the name primary namePrimary => -name ShellPatternnolint.
Parser parses `wash find` primaries.
Path is the path primary pathPrimary => -path ShellPatternnolint.
Size is the size primary sizePrimary => -size (+|-)?(\d+ | numeric.SizeRegex) nolint.
True is the true primary truePrimary => -truenolint.

# Structs

Primary represents a `wash find` primary.