//
pkg.gl
Category
github.com/secrethub/secrethub-cli
internals
cli
filemode
package
0.44.1
Repository:
https://github.com/secrethub/secrethub-cli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
42 SLOC
#
Functions
New
New creates a new FileMode.
Parse
Parse converts a string like 0644 to an os.FileMode.
#
Variables
ErrInvalidFilemode
Errors.
#
Type aliases
FileMode
FileMode extends os.FileMode to implement the flag.Value interface, so that the file mode can be parsed from a flag.