hyprpm: add --no-shallow
This commit is contained in:
parent
908bec1564
commit
1f5fd7e64a
3 changed files with 10 additions and 5 deletions
|
|
@ -58,7 +58,8 @@ class CPluginManager {
|
|||
|
||||
bool hasDeps();
|
||||
|
||||
bool m_bVerbose = false;
|
||||
bool m_bVerbose = false;
|
||||
bool m_bNoShallow = false;
|
||||
|
||||
// will delete recursively if exists!!
|
||||
bool createSafeDirectory(const std::string& path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue