dotfiles.cli package¶
Submodules¶
dotfiles.cli.cli module¶
dotfiles commandline interface (CLI)
-
dotfiles.cli.cli.get_pkg_resource_filename(path='')[source]¶ This package generates a MANIFEST.in file from version control (hg) in order to include files outside of the package source directory (src/dotfiles).
When installed as an editable or a source dist, these additional data files have paths relative to
pkg_resource.resource_filename.Parameters: path (str) – path fragment (eg. etc/vim)Returns: absolute path to path, relative to this package installReturn type: path (str)