diff options
author | Your Name <you@example.com> | 2021-05-19 18:00:16 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-19 18:00:16 -0400 |
commit | be88609c825e18201f240415fe74a31c1a789484 (patch) | |
tree | 8b051262fcd9e1388ba45f14369112d3d9fb0d52 /src/cmd.h | |
parent | 38e33d8756a5b652965be8ada478b5c4238b857c (diff) | |
download | dmtool-be88609c825e18201f240415fe74a31c1a789484.tar.gz dmtool-be88609c825e18201f240415fe74a31c1a789484.tar.bz2 dmtool-be88609c825e18201f240415fe74a31c1a789484.zip |
Added git command; refactoring
Diffstat (limited to 'src/cmd.h')
-rw-r--r-- | src/cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ namespace cmd { std::string del(std::vector<std::string> args); std::string edit(std::vector<std::string> args); std::string spellcasting(std::vector<std::string> args); + std::string git(std::vector<std::string> args); //Queries std::string attacks(std::vector<std::string> args); |