forked from lix-project/lix
store info alias created
This commit is contained in:
parent
94e91566ed
commit
b4b1a07f97
|
@ -47,3 +47,4 @@ struct CmdPingStore : StoreCommand, MixJSON
|
|||
};
|
||||
|
||||
static auto rCmdPingStore = registerCommand2<CmdPingStore>({"store", "ping"});
|
||||
static auto rCmdInfoStore = registerCommand2<CmdPingStore>({"store", "info"});
|
||||
|
|
Loading…
Reference in a new issue