mirror of
https://github.com/Yet-Another-DreamTeam/quicknote.git
synced 2026-03-13 08:09:41 +00:00
reslove runSetup position .-.
This commit is contained in:
parent
466d088921
commit
3beb0b269e
@ -10,9 +10,10 @@ int main(int argc, char *argv[])
|
||||
command.addCommand("search", "search quicknote", commands::search);
|
||||
command.addCommand("help", "show help", commands::help);
|
||||
|
||||
setup.runSetup();
|
||||
|
||||
command.execute(argc, argv);
|
||||
|
||||
setup.runSetup();
|
||||
// std::cout << "quicknote!" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user