mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
opts added as dep.
This commit is contained in:
parent
0f2cf8bfb2
commit
42dc7d3a41
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -4,3 +4,6 @@
|
|||
[submodule "lists"]
|
||||
path = lists
|
||||
url = https://github.com/norayr/lists
|
||||
[submodule "dps/opts"]
|
||||
path = dps/opts
|
||||
url = git@github.com:norayr/opts
|
||||
|
|
|
|||
1
dps/opts
Submodule
1
dps/opts
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 1e818a76d66779cf2d0ced7cf18ebdd3f01b0f8b
|
||||
|
|
@ -6,7 +6,7 @@ PROCEDURE help();
|
|||
BEGIN
|
||||
vpkLogger.Log("HelpText");
|
||||
Out.String("Vipack sync - syncing git tree and local tree"); Out.Ln;
|
||||
Out.String("vipackConf.json path -> $HOME/.vipack/vipackConf.son"); Out.Ln;
|
||||
Out.String("vipackConf.json path -> $HOME/.vipack/vipackConf.json"); Out.Ln;
|
||||
Out.String("vipackTree path -> $HOME/.vipack/vipackTree")
|
||||
END help;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue