Documentation ¶
Overview ¶
Package flags contains interactions with the global vars used as CLI flags for the different commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ConfigFile is the variable for the `--config` CLI flag. ConfigFile string // NoEdit is the variable for the `--no-edit` CLI flag used by the `new` // command when you don't want to edit the file after creating. NoEdit bool // Pick is the variable for the `--pick` CLI flag used by the `edit` command // when you want to explicitly pick the file to edit through `pkb`. Pick bool )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.