Documentation
¶
Overview ¶
Package untracked -u[<mode>], --untracked-files[=<mode>]
The mode parameter is optional (defaults to all), and is used to specify the handling of untracked files; when -u is not used, the default is normal, i.e. show untracked files and directories.
Index ¶
Constants ¶
View Source
const ( // No Show no untracked files No = "no" // Normal Shows untracked files and directories Normal = "normal" // All Also shows individual files in untracked directories. All = "all" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.